From 7388b1441161c1c7be92eb39cecfcade815d19fb Mon Sep 17 00:00:00 2001 From: Misty Stanley-Jones Date: Tue, 19 Sep 2017 10:23:20 -0700 Subject: [PATCH] Add Windows example for running Prometheus (#4661) --- engine/admin/prometheus.md | 29 ++++++++++++++++++++++++++--- 1 file changed, 26 insertions(+), 3 deletions(-) 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.