[!] add Grafana v12 dashboards for Prometheus data source#933
Merged
pashagolub merged 6 commits intomasterfrom Sep 3, 2025
Merged
[!] add Grafana v12 dashboards for Prometheus data source#933pashagolub merged 6 commits intomasterfrom
pashagolub merged 6 commits intomasterfrom
Conversation
Add Prometheus dashboard equivalents for PostgreSQL monitoring Created a comprehensive set of 12 Grafana dashboards that use Prometheus as the data source, providing equivalent functionality to the existing PostgreSQL dashboards. The new dashboards translate SQL queries to PromQL while maintaining all monitoring capabilities. New dashboards include: - Global database overview with connections, QPS, TPS, and query runtime - Query performance analysis with top queries by time and calls - Table activity monitoring with scans, modifications, and sizes - Replication monitoring with WAL activity and status tracking - Performance recommendations for indexes, queries, and configuration - Stored procedures monitoring with call statistics and performance - Statement analysis dashboards for calls and execution time - System resource monitoring for CPU, memory, and disk usage All dashboards feature: - Proper PromQL translations using rate() functions for counters - Consistent template variables for database selection and time intervals - Table transformations to join metrics by common identifiers - Appropriate units and thresholds for monitoring PostgreSQL systems This enables users who prefer Prometheus as their metrics backend to have the same comprehensive PostgreSQL monitoring capabilities that were previously only available with direct PostgreSQL connections.
Pull Request Test Coverage Report for Build 17429847555Details
💛 - Coveralls |
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.
Add Prometheus dashboard equivalents for PostgreSQL monitoring
Created a comprehensive set of 12 Grafana dashboards that use Prometheus as
the data source, providing equivalent functionality to the existing PostgreSQL
dashboards. The new dashboards translate SQL queries to PromQL while maintaining
all monitoring capabilities.
New dashboards include:
All dashboards feature:
This enables users who prefer Prometheus as their metrics backend to have
the same comprehensive PostgreSQL monitoring capabilities that were previously
only available with direct PostgreSQL connections.