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

[Metricbeat] Prometheus Dashboard #13120

Closed
sorantis opened this issue Jul 31, 2019 · 1 comment
Closed

[Metricbeat] Prometheus Dashboard #13120

sorantis opened this issue Jul 31, 2019 · 1 comment
Assignees
Labels
enhancement Metricbeat Metricbeat Team:Integrations Label for the Integrations team

Comments

@sorantis
Copy link
Contributor

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:
Screen Shot 2019-07-30 at 22 36 08

@sorantis
Copy link
Contributor Author

Fixed in: #13126

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Metricbeat Metricbeat Team:Integrations Label for the Integrations team
Projects
None yet
Development

No branches or pull requests

2 participants