Mention default port in docs (#7637)

I ran across a user setting up Loki and following this documentation,
and they couldn't figure out the port where the HTTP server is listening
for metrics requests. Be nice and mention the default here.

Signed-off-by: Marcelo E. Magallon <marcelo.magallon@grafana.com>
pull/7643/head
Marcelo Magallon 3 years ago committed by GitHub
parent 489898f529
commit c2ef216df8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docs/sources/operations/observability.md

@ -5,8 +5,8 @@ weight: 20
# Observing Grafana Loki
Both Grafana Loki and Promtail expose a `/metrics` endpoint that expose Prometheus
metrics. You will need a local Prometheus and add Loki and Promtail as targets.
See [configuring
metrics (the default port is 3100 for Loki and 80 for Promtail). You will need
a local Prometheus and add Loki and Promtail as targets. See [configuring
Prometheus](https://prometheus.io/docs/prometheus/latest/configuration/configuration)
for more information.

Loading…
Cancel
Save