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

doc: add section with suggested additional metrics #408

Merged
merged 3 commits into from
Jul 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions changelogs/fragments/408.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
trivial:
- docs - Add section for suggested additional metrics
7 changes: 7 additions & 0 deletions hugo/content/exporter/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,13 @@ Note that the statistics for individual queries can only be reset on PG12+. Prio

\*NIX Operating System metrics (Linux, BSD, etc) are collected using the [node_exporter](https://github.com/prometheus/node_exporter) provided by the Prometheus team. pgMonitor only collects the default metrics provided by node_exporter, but many additional metrics are available if needed.

### Suggested Optional Metrics

There are many other suggestions, projects, and exporters out there that can provide additional metrics not included by default with pgMonitor. Some recommendations are below

[https://docs.percona.com/pg-stat-monitor/](pg_stat_monitor) - Similar to pg_stat_statements, but provides deeper analysis on individual query statistics and performance. Note that this can greatly increase the metric storage requirements, but it can be extremely useful when trying to narrow down more complex query performance issues.

[https://www.ansible.com/blog/red-hat-ansible-tower-monitoring-using-prometheus-node-exporter-grafana/](Ansible Tower metrics) - Ansible Tower has a builtin exporter that can provide related metrics

## Legacy postgres_exporter Setup {#postgres-exporter}

Expand Down