[-] pin pgwatch-metrics data source to all panels and vars.#1053
Merged
pashagolub merged 3 commits intomasterfrom Dec 1, 2025
Merged
[-] pin pgwatch-metrics data source to all panels and vars.#1053pashagolub merged 3 commits intomasterfrom
pgwatch-metrics data source to all panels and vars.#1053pashagolub merged 3 commits intomasterfrom
Conversation
Otherwise the SQL gets run in whatever data source is configured as default.
Member
Author
|
I did not bump any version numbers here, that should probably be done. |
Pull Request Test Coverage Report for Build 19822098050Details
💛 - Coveralls |
Member
Author
|
More dashboard with the same problem:
|
Useful when user has a datasource error, we shouldn't show him arbitary default values from our own builds.
- Additionally, remove unnecessary `"current": ...` tags.
5ba6184 to
86022eb
Compare
pgwatch-metrics data source to all panels and vars.
pgwatch-metrics data source to all panels and vars.pgwatch-metrics data source to all panels and vars.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This:
pgwatch-metricsdata source in all panels and vars in Grafana 12 postgres dashboards."current": ...tags to ensure users with problems in data sources won't see weird hard-coded values.The same for the Grafana 11 postgres dashboard will be done in a separate PR to avoid having a huge number of changed files = more potential for unintentionally breaking smth.