Skip to content

Commit

Permalink
chore: update series name
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperHG90 committed Mar 24, 2024
1 parent ba9a44c commit 636d7a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def post_gcp_metrics(context: SensorEvaluationContext, gcp_metrics: GcpMetricsRe
**parse_run_trigger(run_record.dagster_run.tags),
}
gcp_metrics.post_time_series(
series_type="custom.googleapis.com/dagster/job_success",
series_type="custom.googleapis.com/dagster/asset_success",
value={"bool_value": 1 if run_record.dagster_run.is_success else 0},
metric_labels=labels,
timestamp=run_record.end_time,
Expand Down

0 comments on commit 636d7a8

Please sign in to comment.