Skip to content

Commit

Permalink
Cross-link various Prometheus-related services
Browse files Browse the repository at this point in the history
Related to #58
  • Loading branch information
spantaleev committed May 17, 2023
1 parent f767fec commit fb4c85e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/services/postgres.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,4 +220,8 @@ devture_postgres_process_extra_arguments: [

## Recommended other services

You may also wish to look into [Postgres Backup](postgres-backup.md) for backing up your Postgres database.
You may also wish to look into:

- [Postgres Backup](postgres-backup.md) for backing up your Postgres database

- [Prometheus](prometheus.md), [prometheus-postgres-exporter](prometheus-postgres-exporter.md) and [Grafana](grafana.md) for monitoring your Postgres database
3 changes: 3 additions & 0 deletions docs/services/prometheus.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,7 @@ If you're scraping others services running in containers over the container netw
## Recommended other services

- [Grafana](grafana.md) - a web-based tool for visualizing your Prometheus metrics (time-series)
- [prometheus-node-exporter](prometheus-blackbox-exporter.md) - Blackbox probing of HTTP/HTTPS/DNS/TCP/ICMP and gRPC endpoints
- [prometheus-node-exporter](prometheus-node-exporter.md) - an exporter for machine metrics
- [prometheus-postgres-exporter](prometheus-postgres-exporter.md) - an exporter for monitoring a [Postgres](postgres.md) database server
- [Healthchecks](healthchecks.md) - a simple and Effective Cron Job Monitoring solution

0 comments on commit fb4c85e

Please sign in to comment.