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

fix: Fix dashboard panels not working #157

Merged
merged 5 commits into from
Apr 5, 2024
Merged

Conversation

orfeas-k
Copy link
Contributor

@orfeas-k orfeas-k commented Mar 27, 2024

  • 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 March 27, 2024 15:12
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.
@orfeas-k orfeas-k changed the title Add ckf tag to dashboard fix: Fix dashboard panels not working Mar 27, 2024
Copy link
Contributor

@NohaIhab NohaIhab left a 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

@NohaIhab
Copy link
Contributor

NohaIhab commented Apr 5, 2024

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.
We can merge this for now.

@orfeas-k orfeas-k merged commit 5c39065 into main Apr 5, 2024
12 checks passed
@orfeas-k orfeas-k deleted the kf-5488-add-tag-to-dashboard branch April 5, 2024 11:35
orfeas-k added a commit that referenced this pull request Apr 9, 2024
* 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 added a commit that referenced this pull request Apr 9, 2024
* 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
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