-
Notifications
You must be signed in to change notification settings - Fork 101
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
BigQuery metrics not collected #172
Comments
When setting
|
you can try and use the following, then adjust with offset when you're drawing the graph serviceMonitor:
honorTimestamps: false |
A bit of an oldie, but had same issue today. Setting larger interval does help yes, but better use And uses it to set offset when requesting metrics from your GCP project. And this is all due to BQ metrics https://cloud.google.com/monitoring/api/metrics_gcp#gcp-bigquery having a delay of visibility after sampling (every metric different one). So if you don't set the offset manually (or use ingestDelay) for all of those BQ metrics it will return no data. |
Hello,
I'm running prometheus stackdriver exporter to collect Dataflow and BigQuery metrics. The strange thing is that Dataflow metrics (and others) work fine, however BigQuery metrics simply do not show up. No BigQuery metrics show up on the prometheus search and
curl localhost:9255/metrics | grep bigquery
to the stackdriver exporter pod also doesn't yield any results.stackdriver exporter args:
stackdriver exporter logs (debug):
Any ideas?
The text was updated successfully, but these errors were encountered: