-
Notifications
You must be signed in to change notification settings - Fork 10
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
fix: Fix dashboard panels not working #157
Conversation
Fix dashboard panels not working by: * Replacing unavailable metrics with available ones * Adding 5 minutes instead of 1 in places where rate() is used since this requires more than one scrape data points. * Remove rate() from panel that shows total number of log messages.
ckf
tag to dashboardThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the dashboards are functioning, but I'm struggling to interpret the Workflow operation duration
and the Adds to the queue
dashboards, perhaps we can improve the description and/or labels? so that it's clear what value they add.
If you think this is a stretch for this PR, I'm okay with that but we can keep it in mind as an issue
Discussed with @orfeas-k that redesigning the dashboards is out of scope of this task, and we'll bring up our concerns with the team to address them seperately. |
* Add `ckf` tag to argo-controller's grafana dashboard. * Fix dashboard panels not working by: * Replacing unavailable metrics with available ones * Change 2 minutes instead of 1 in places where rate() is used since this requires more than one scrape data points. * Remove rate() from panel that shows total number of log messages. Part of canonical/bundle-kubeflow#856 Refs canonical/bundle-kubeflow#834
* Add `ckf` tag to argo-controller's grafana dashboard. * Fix dashboard panels not working by: * Replacing unavailable metrics with available ones * Change 2 minutes instead of 1 in places where rate() is used since this requires more than one scrape data points. * Remove rate() from panel that shows total number of log messages. Ref canonical/bundle-kubeflow#856 Ref canonical/bundle-kubeflow#834
ckf
tag to argo-controller's grafana dashboard.this requires more than one scrape data points.
Part of canonical/bundle-kubeflow#856
Refs canonical/bundle-kubeflow#834