prometheus-community / prometheus-community/stackdriver_exporter
Not receiving cloud run startup latency metric
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 295
- Forks
- 117
- Avg merge
- 9d 14h
- Merged PRs (30d)
- 7
Description
I am scraping Cloud Run Metrics but the only startup_latencies metric is not showing up.
Hypothesis and things I tried:
1 - Created an exporter for just Cloud Run Container (instead of the whole cloud run) - I was able to get other cloud run container metrics except for Startup Latency
2 - Maybe because it's a beta metric - but I tried scraping beta metrics from other data classes (non-cloud run) and they were producing metrics
3 - Maybe it's the exporter - as I was using a GCP Plugin as well on Grafana instead of via Prometheus + Stackdriver Exporter but in the plugin I see the metrics flowing in fine
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the missing Cloud Run startup_latencies metric through stackdriver_exporter, comparing it with the other Cloud Run container metrics and the working Grafana GCP plugin. Trace how Cloud Run metrics are selected and exposed; done means the startup latency metric is available through the exporter or the issue is narrowed to an upstream metric limitation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, google-cloud
- Domain
- cloud, observability
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100