-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
serviceruntime metric errors #19
Comments
Investigating further, it looks like google includes the credential_id label on most metrics, but it is missing on others. |
(Sorry for the comment spam), This would also be helped by getting the go client fixed, as reported: prometheus/client_golang#355 |
Interesting, according to the docs, the consumed_api resource type should return the Inconsistent label dimensions have been a problem for proxy exporters like this. An easy workaround will be to always add that label when querying for |
I think what is happening is that the consumed_api and the produced_api metrics are all mixed together in the same serviceruntime space. Here is what the produced apis are returning: https://cloud.google.com/monitoring/api/resources#tag_api |
I think I'm running into a similar bug as #9, getting a 500 error for metrics from serviceruntime.googleapis.com:
4 error(s) occurred:
Thanks for the great project!
The text was updated successfully, but these errors were encountered: