From 9ffc4de2caea199794881b40b234f9e5fae4ed39 Mon Sep 17 00:00:00 2001 From: Alexandre LEVAVASSEUR Date: Thu, 29 Jun 2023 12:55:43 +0200 Subject: [PATCH] metrics-addr is not experimental since 20.10 See https://github.com/moby/moby/commit/f337a8d21d9902772a766f57475a5512405c86c5 Signed-off-by: Alexandre LEVAVASSEUR --- docs/reference/commandline/dockerd.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/reference/commandline/dockerd.md b/docs/reference/commandline/dockerd.md index e0d3d30260b8..0da110860f08 100644 --- a/docs/reference/commandline/dockerd.md +++ b/docs/reference/commandline/dockerd.md @@ -884,8 +884,6 @@ the `--cgroup-parent` option on the daemon. #### Daemon metrics The `--metrics-addr` option takes a tcp address to serve the metrics API. -This 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: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 @@ -906,10 +904,6 @@ scrape_configs: - targets: ['127.0.0.1:9323'] ``` -Please note that this feature is still marked as experimental as metrics and metric -names could change while this feature is still in experimental. Please provide -feedback on what you would like to see collected in the API. - #### Node Generic Resources The `--node-generic-resources` option takes a list of key-value