Add more cross-linking between monitoring-related services
This commit is contained in:
parent
d2066525c9
commit
211d78f03b
3 changed files with 7 additions and 1 deletions
|
@ -66,4 +66,4 @@ After [installing](../installing.md), refer to the [official documentation](http
|
|||
## Recommended other services
|
||||
|
||||
- [Grafana](grafana.md) - a web-based tool for visualizing your Promtail logs (stored in [Grafana Loki](grafana-loki.md) or elsewhere)
|
||||
- [Promtail](promtail.md) - an agent which ships the contents of local logs to a private [Grafana Loki](services/grafana-loki.md) instance
|
||||
- [Promtail](promtail.md) - an agent which ships the contents of local logs to a private [Grafana Loki](grafana-loki.md) instance
|
||||
|
|
|
@ -39,3 +39,8 @@ Unless you're scraping the Prometheus Node Exporter metrics from a local [Promet
|
|||
After you installed the node exporter, your node stats will be available on `mash.example.com/metrics/mash-prometheus-node-exporter` with the basic auth credentials you configured.
|
||||
|
||||
To integrate Prometheus Node Exporter with a [Prometheus](prometheus.md) instance, see the [Integrating with Prometheus Node Exporter](prometheus.md#integrating-with-prometheus-node-exporter) section of the documentation.
|
||||
|
||||
|
||||
## Recommended other services
|
||||
|
||||
- [Promtail](promtail.md) - an agent which ships the contents of local logs to a private [Grafana Loki](grafana-loki.md) instance
|
||||
|
|
|
@ -89,6 +89,7 @@ prometheus_hostname: prometheus.example.com
|
|||
## Recommended other services
|
||||
|
||||
- [Grafana](grafana.md) - a web-based tool for visualizing your Prometheus metrics (time-series)
|
||||
- [Grafana Loki](grafana-loki.md) - a log aggregation system that helps collect, store, and analyze logs in a scalable and efficient manner (like Prometheus, but for logs)
|
||||
- [prometheus-blackbox-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
|
||||
|
|
Loading…
Reference in a new issue