diff --git a/engine/admin/prometheus.md b/engine/admin/prometheus.md index 281008fd06..51f7c2e939 100644 --- a/engine/admin/prometheus.md +++ b/engine/admin/prometheus.md @@ -50,9 +50,10 @@ Docker now exposes Prometheus-compatible metrics on port 9323. In this example, Prometheus runs as a Docker container on the same host. Copy one of the following configuration files and save it to -`/tmp/prometheus.yml`. This is a stock Prometheus configuration file, except -for the addition of the Docker job definition at the bottom of the file. -Docker for Mac and Docker for Windows need a slightly different configuration. +`/tmp/prometheus.yml` (Linux or Mac) or `C:\tmp\prometheus.yml` (Windows). This +is a stock Prometheus configuration file, except for the addition of the Docker +job definition at the bottom of the file. Docker for Mac and Docker for Windows +need a slightly different configuration.