From ca75d4d218c89b0c5d05f4a5fa56579604acb181 Mon Sep 17 00:00:00 2001 From: Tim Schwenke Date: Tue, 29 Sep 2020 13:25:48 +0200 Subject: [PATCH] Add missing flag to runtime_options.md Flag was merged in https://github.com/google/cadvisor/pull/2283, but never added to the docs --- docs/runtime_options.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/runtime_options.md b/docs/runtime_options.md index d6df690df3..6910289cca 100644 --- a/docs/runtime_options.md +++ b/docs/runtime_options.md @@ -119,6 +119,7 @@ cAdvisor stores the latest historical data in memory. How long of a history it s --collector_key="": Key for the collector's certificate --disable_metrics=tcp,advtcp,udp,sched,process,hugetlb: comma-separated list of metrics to be disabled. Options are 'disk', 'network', 'tcp', 'advtcp', 'udp', 'sched', 'process', 'hugetlb'. Note: tcp and udp are disabled by default due to high CPU usage. (default tcp,advtcp,udp,sched,process,hugetlb) --prometheus_endpoint="/metrics": Endpoint to expose Prometheus metrics on (default "/metrics") +--disable_root_cgroup_stats=false: Disable collecting root Cgroup stats ``` ## Storage Drivers