Skip to content

Commit 9ffc4de

Browse files
committed
metrics-addr is not experimental since 20.10
See moby/moby@f337a8d Signed-off-by: Alexandre LEVAVASSEUR <alexandre+oss@13x.fr>
1 parent cb1def7 commit 9ffc4de

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

docs/reference/commandline/dockerd.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -884,8 +884,6 @@ the `--cgroup-parent` option on the daemon.
884884
#### Daemon metrics
885885

886886
The `--metrics-addr` option takes a tcp address to serve the metrics API.
887-
This feature is still experimental, therefore, the daemon must be running in experimental
888-
mode for this feature to work.
889887

890888
To serve the metrics API on `localhost:9323` you would specify `--metrics-addr 127.0.0.1:9323`,
891889
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:
906904
- targets: ['127.0.0.1:9323']
907905
```
908906

909-
Please note that this feature is still marked as experimental as metrics and metric
910-
names could change while this feature is still in experimental. Please provide
911-
feedback on what you would like to see collected in the API.
912-
913907
#### Node Generic Resources
914908

915909
The `--node-generic-resources` option takes a list of key-value

0 commit comments

Comments
 (0)