Skip to content

Commit 47f1f0e

Browse files
sparsi17claude
andcommitted
fix(gcpaiplatformpipelinejob): rename golden metric query key provider -> gcp
The Metric-based query blocks in golden_metrics.yml were keyed under `provider:` — this file used `gcp:` consistently before but the two new entries drifted. Rename both to `gcp:` to match the sibling GCP entity convention (single query key per data source). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 01b605c commit 47f1f0e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

entity-types/infra-gcpaiplatformpipelinejob/golden_metrics.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ jobDuration:
22
title: Runtime seconds of the pipeline job being executed (from creation to end)
33
unit: SECONDS
44
queries:
5-
provider:
5+
gcp:
66
select: average(`gcp.aiplatform.pipelinejob.duration`)
77
from: Metric
88
eventId: entity.guid
@@ -16,7 +16,7 @@ taskCompletedCount:
1616
title: Total number of completed PipelineTasks
1717
unit: COUNT
1818
queries:
19-
provider:
19+
gcp:
2020
select: sum(`gcp.aiplatform.pipelinejob.task_completed_count`)
2121
from: Metric
2222
eventId: entity.guid

0 commit comments

Comments
 (0)