-
Notifications
You must be signed in to change notification settings - Fork 1
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
Grafana integration leaves no data dashboards #73
Comments
Thank you for reporting us your feedback! The internal ticket has been created: https://warthogs.atlassian.net/browse/KF-5424.
|
My guess is that all metrics work, but there are no data on some (I 've seen total requests work) because the metrics exposed are irrelevant to the kind of usage we do for envoy. But we 'll need to confirm and even if I am right, we need to adjust the dashboard to present data users need. So I 'll link this to the Grafana tracker issue. |
An update on this, I 've sent a PR that fixes some of the panels. That being said, and this is true for all dashboards, it's normal for some of the panels to have no data since a workload may not provide every metric at every point in time. Thus, if it hasn't provided any scrape data about a specific panel yet, it is expected for this panel to show "No data". |
* Add `ckf` tag to the grafana dashboard. * Fix dashboard panels not working by: * Replacing unavailable metrics with available ones * Adding 2 minutes instead of 1 in places where rate() is used since this requires more than one scrape data points. * Remove rate() from panels that shows percentages. * Remove labels where the metrics don't provide them. Part of canonical/bundle-kubeflow#856 Refs canonical/bundle-kubeflow#834 Closes #73
* Add `ckf` tag to the grafana dashboard. * Fix dashboard panels not working by: * Replacing unavailable metrics with available ones * Adding 2 minutes instead of 1 in places where rate() is used since this requires more than one scrape data points. * Remove rate() from panels that shows percentages. * Remove labels where the metrics don't provide them. Part of canonical/bundle-kubeflow#856 Refs canonical/bundle-kubeflow#834 Closes #73
* Add `ckf` tag to the grafana dashboard. * Fix dashboard panels not working by: * Replacing unavailable metrics with available ones * Adding 2 minutes instead of 1 in places where rate() is used since this requires more than one scrape data points. * Remove rate() from panels that shows percentages. * Remove labels where the metrics don't provide them. Part of canonical/bundle-kubeflow#856 Ref canonical/bundle-kubeflow#834 Ref #73
Bug Description
I deployed COS and integrated it with envoy:
As you can see a lot of dashboards have no data:
To Reproduce
Environment
Relevant Log Output
Additional Context
No response
The text was updated successfully, but these errors were encountered: