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 #157 #160

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 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.

Part of canonical/bundle-kubeflow#856
Refs canonical/bundle-kubeflow#834
@orfeas-k orfeas-k requested a review from a team as a code owner April 9, 2024 08:34
Copy link
Contributor

@kimwnasptd kimwnasptd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved, but let's check why the CI is failing

@orfeas-k orfeas-k merged commit 0c8c88e into track/3.3.10 Apr 9, 2024
11 of 12 checks passed
@orfeas-k orfeas-k deleted the kf-5488-fix-dashboard-backport branch April 9, 2024 09:33
@orfeas-k
Copy link
Contributor Author

orfeas-k commented Apr 9, 2024

Merging since it's failing because the argo-server is not included in the bundle (thus there is no channel to push it to)

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