We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In an effort to increase our dashboard coverage for all modules (#10594) I've created a Prometheus dashboard that shows the following metrics:
prometheus_http_requests_total
prometheus_engine_query_duration_seconds
tsdb_wal_truncations_failed_total
prometheus_tsdb_wal_corruptions_total
prometheus_tsdb_reloads_total
prometheus_tsdb_reloads_failures_total
prometheus_sd_discovered_targets
prometheus_tsdb_head_chunks
prometheus_api_remote_read_queries
prometheus_notifications_queue_capacity
prometheus_notifications_queue_length
The dashboards looks like this:
The text was updated successfully, but these errors were encountered:
Fixed in: #13126
Sorry, something went wrong.
No branches or pull requests
In an effort to increase our dashboard coverage for all modules (#10594) I've created a Prometheus dashboard that shows the following metrics:
prometheus_http_requests_total
: Counter of HTTP requests.prometheus_engine_query_duration_seconds
: Query timings for (99th percentile).tsdb_wal_truncations_failed_total
: Total number of WAL truncations that failed.prometheus_tsdb_wal_corruptions_total
: Total number of WAL corruptions.prometheus_tsdb_reloads_total
: Number of times the database reloaded block data from disk.prometheus_tsdb_reloads_failures_total
: Number of times the database failed to reload block data from disk.prometheus_sd_discovered_targets
: Current number of discovered targets.prometheus_tsdb_head_chunks
: Total number of chunks in the head block.prometheus_api_remote_read_queries
: The current number of remote read queries being executed or waiting.prometheus_notifications_queue_capacity
: The capacity of the alert notifications queue.prometheus_notifications_queue_length
: The number of alert notifications in the queue.The dashboards looks like this:
The text was updated successfully, but these errors were encountered: