File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
docs/reference/commandline Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -884,8 +884,6 @@ the `--cgroup-parent` option on the daemon.
884884#### Daemon metrics
885885
886886The `--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
890888To serve the metrics API on `localhost:9323` you would specify `--metrics-addr 127.0.0.1:9323`,
891889allowing 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
915909The ` --node-generic-resources ` option takes a list of key-value
You can’t perform that action at this time.
0 commit comments