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 datname labels on Grafana dashboard #411

Merged

Conversation

benjaminjb
Copy link
Contributor

@benjaminjb benjaminjb commented Jun 6, 2024

Some of the ccp_ queries in the Grafana dashboard were searching on a datname label, but our queries export a dbname label; this PR addresses that discrepancy.

  • Bugfix
  • Enhancement
  • Breaking Change
  • Documentation

closes # CrunchyData/postgres-operator-examples#264

If your code touches Grafana, have you:

  • Ensured Grafana runs without issue
  • Ensured relevant dashboards load without issue
  • Not applicable

Many `ccp_` exporter queries uses `dbname` rather
than `datname`; this updates the Grafana
dashboard to use that label when querying `ccp_`
exported metrics
@keithf4 keithf4 added this to the 5.0 milestone Jun 7, 2024
Copy link
Contributor

@jchancojr jchancojr left a comment

Choose a reason for hiding this comment

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

lgtm

@keithf4 keithf4 merged commit 9008744 into CrunchyData:development Jun 10, 2024
1 check 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.

None yet

4 participants