Add dashboard link to readme
This commit is contained in:
parent
ed4b1ca1be
commit
a6785a38e5
1 changed files with 2 additions and 1 deletions
|
@ -11,6 +11,7 @@ Given a Docker installation with default configuration (listening on Unix pipe):
|
|||
1. Start the exporter by executing `docker run --name docker_exporter --detach --restart always --volume "/var/run/docker.sock":"/var/run/docker.sock" --publish 9417:9417 prometheusnet/docker_exporter`
|
||||
1. Navigate to http://hostname:9417/metrics to explore the available metrics.
|
||||
1. Register `hostname:9417` in your Prometheus configuration as a scrape target.
|
||||
1. If using Grafana, [install the template dashboard](https://grafana.com/grafana/dashboards/11467)
|
||||
|
||||
Example Prometheus scrape configuration:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue