Skip to content

Fix Cloud Run latency metric name in pipeline-health dashboard#60

Merged
shlbatra merged 1 commit into
mainfrom
fix/cloud-run-latency-metric
Jul 1, 2026
Merged

Fix Cloud Run latency metric name in pipeline-health dashboard#60
shlbatra merged 1 commit into
mainfrom
fix/cloud-run-latency-metric

Conversation

@shlbatra

@shlbatra shlbatra commented Jul 1, 2026

Copy link
Copy Markdown
Owner

Summary

  • Fixed "Cloud Run Request Latency (p50 / p95 / p99)" panel showing "No data"
  • Root cause: metric name container_request_latencies_bucket does not exist — the correct stackdriver-exporter metric is request_latencies_bucket

Test plan

  • Open Grafana Pipeline Health dashboard at http://localhost:3000
  • Verify "Cloud Run Request Latency" panel shows p50/p95/p99 lines when Cloud Run service has traffic

🤖 Generated with Claude Code

The panel used container_request_latencies_bucket which does not exist.
The correct stackdriver-exporter metric is request_latencies_bucket.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@shlbatra shlbatra merged commit 7856431 into main Jul 1, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant