Skip to content
Snippets Groups Projects
Commit 43f0fd1f authored by Achilleas Pipinellis's avatar Achilleas Pipinellis
Browse files

Add information on the dashboard and exporter ports

[ci skip]
parent 73375c18
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment