Skip to content

Commit 0ad5a89

Browse files
manue1mchammer01
andauthored
Ensure loopback address is correct for metrics verification (#55903)
Co-authored-by: mc <[email protected]>
1 parent 07eaf11 commit 0ad5a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/admin/monitoring-and-managing-your-instance/monitoring-your-instance/exporting-and-scraping-prometheus-metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ curl -L -H "Content-Type: application/json" -X PUT -u "api_key:xxxxxxx" https://
5353
To verify that the Prometheus metrics exporter is enabled, use `curl` to query the `/metrics` endpoint on port 9103. For more information about the administrative ports, see [AUTOTITLE](/admin/configuring-settings/configuring-network-settings/network-ports#administrative-ports).
5454

5555
```shell
56-
curl localhost:9103/metrics
56+
curl 127.0.0.1:9103/metrics
5757
```
5858

5959
If successful, the response will include metrics with the `collectd_` prefix.

0 commit comments

Comments
 (0)