summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2017-01-22 15:34:09 +0100
committerAchilleas Pipinellis <axilleas@axilleas.me>2017-01-22 15:34:09 +0100
commit43f0fd1f098b7b61f1fca2c31de7ffe04dfc9543 (patch)
tree334ea880cbf7bb89cde70815d7be237e2f39bcc5
parent73375c18cd97a49dae9c4e8f043f08d17c830430 (diff)
downloadgitlab-ce-43f0fd1f098b7b61f1fca2c31de7ffe04dfc9543.tar.gz
Add information on the dashboard and exporter ports
[ci skip]
-rw-r--r--doc/administration/monitoring/performance/prometheus.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/administration/monitoring/performance/prometheus.md b/doc/administration/monitoring/performance/prometheus.md
index d68d423e387..d8ca531649a 100644
--- a/doc/administration/monitoring/performance/prometheus.md
+++ b/doc/administration/monitoring/performance/prometheus.md
@@ -43,6 +43,9 @@ Prometheus.
## Viewing Performance Metrics
+After you have [enabled Prometheus](#configuring-prometheus), you can visit
+`<your_domain_name>:9090` for the dashboard that Prometheus offers by default.
+
The performance data collected by Prometheus can be viewed directly in the
Prometheus console or through a compatible dashboard tool.
The Prometheus interface provides a [flexible query language][prom-query] to work
@@ -85,7 +88,9 @@ To enable the node exporter:
take effect
Prometheus it will now automatically begin collecting performance data from
-the node exporter.
+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.
[grafana]: https://grafana.net
[node exporter]: https://github.com/prometheus/node_exporter