Skip to content
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

backport(fix): Fix dashboard panels not working from #80 #82

Merged
merged 1 commit into from
Apr 9, 2024

Conversation

orfeas-k
Copy link
Contributor

@orfeas-k orfeas-k commented Apr 9, 2024

Backport the following:

  • 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

* 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
@orfeas-k orfeas-k requested a review from a team as a code owner April 9, 2024 08:19
@orfeas-k orfeas-k merged commit b1f115e into track/2.0 Apr 9, 2024
7 checks passed
@orfeas-k orfeas-k deleted the kf-5488-fix-dashboard-backport-2 branch April 9, 2024 09:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants