diff --git a/docs/services/grafana-loki.md b/docs/services/grafana-loki.md index b2a1649..026d234 100644 --- a/docs/services/grafana-loki.md +++ b/docs/services/grafana-loki.md @@ -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 diff --git a/docs/services/prometheus-node-exporter.md b/docs/services/prometheus-node-exporter.md index 75b74a3..c143999 100644 --- a/docs/services/prometheus-node-exporter.md +++ b/docs/services/prometheus-node-exporter.md @@ -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 diff --git a/docs/services/prometheus.md b/docs/services/prometheus.md index 91c87b5..b5db0ad 100644 --- a/docs/services/prometheus.md +++ b/docs/services/prometheus.md @@ -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