From 3ff3b7cf424bc72eeb60eb5b0d512f733d6e95d8 Mon Sep 17 00:00:00 2001 From: John Mulhausen Date: Wed, 25 Jan 2017 10:57:38 -0800 Subject: [PATCH] Update dockerd.yaml --- _data/dockerd-cli/dockerd.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_data/dockerd-cli/dockerd.yaml b/_data/dockerd-cli/dockerd.yaml index 9cb3a4fe6e..88432a3ed0 100644 --- a/_data/dockerd-cli/dockerd.yaml +++ b/_data/dockerd-cli/dockerd.yaml @@ -991,9 +991,9 @@ long: | feature is still experimental, therefore, the daemon must be running in experimental mode for this feature to work. - To serve the metrics API on localhost:1337 you would specify - `--metrics-addr 127.0.0.1:1337` allowing you to make requests on the API at - `127.0.0.1:1337/metrics` to receive metrics in the + To serve the metrics API on localhost:9323 you would specify + `--metrics-addr 127.0.0.1:9323` allowing you to make requests on the API at + `127.0.0.1:9323/metrics` to receive metrics in the [prometheus](https://prometheus.io/docs/instrumenting/exposition_formats/) format. @@ -1005,7 +1005,7 @@ long: | scrape_configs: - job_name: 'docker' static_configs: - - targets: ['127.0.0.1:1337'] + - targets: ['127.0.0.1:9323'] ``` Please note that this feature is still marked as experimental as metrics and