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(dashboards): Port persistentvolumesusage.json dashboard to new grafonnet library #930

Merged

Conversation

rgeyer
Copy link
Contributor

@rgeyer rgeyer commented May 2, 2024

};

g.dashboard.new('%(dashboardNamePrefix)sPersistent Volumes' % $._config.grafanaK8s)
+ g.dashboard.withUid($._config.grafanaDashboardIDs['kubelet.json'])
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
+ g.dashboard.withUid($._config.grafanaDashboardIDs['kubelet.json'])
+ g.dashboard.withUid($._config.grafanaDashboardIDs['persistentvolumesusage.json'])

Copy link
Collaborator

Choose a reason for hiding this comment

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

fixed in 1f2610c

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ohh, great catch, you caught me copy/pasting 🤦‍♂️

@povilasv povilasv merged commit 27c8a48 into kubernetes-monitoring:master May 3, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants