summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2017-02-08 14:31:12 +0100
committerAchilleas Pipinellis <axilleas@axilleas.me>2017-02-08 14:31:12 +0100
commit20dd13abfd5faf621df5960a1727926d799e634c (patch)
tree33234a9234993c89c9500cd56afb5ea5d1e719fb
parenta28f3f73c612ed28ab72789e2be52f541498aeaa (diff)
downloadgitlab-ce-20dd13abfd5faf621df5960a1727926d799e634c.tar.gz
Use localhost for node_exporter
-rw-r--r--doc/administration/monitoring/prometheus/node_exporter.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/administration/monitoring/prometheus/node_exporter.md b/doc/administration/monitoring/prometheus/node_exporter.md
index d23589192b2..513621df9fd 100644
--- a/doc/administration/monitoring/prometheus/node_exporter.md
+++ b/doc/administration/monitoring/prometheus/node_exporter.md
@@ -20,10 +20,8 @@ To enable the node exporter:
1. Save the file and [reconfigure GitLab][reconfigure] for the changes to
take effect
-Prometheus it will now automatically begin collecting performance data from
-the node exporter. You can visit `<your_domain_name>:9100/metrics` for a real
-time representation of the metrics that are collected. Refresh the page and
-you will see the data change.
+Prometheus will now automatically begin collecting performance data from
+the node exporter exposed under `localhost:9100`.
[← Back to the main Prometheus page](index.md)