Skip to content

Commit 717582d

Browse files
pickfirePaweł Szulik
authored andcommitted
Fix typo
1 parent f01b9e6 commit 717582d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/runtime_options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ cAdvisor stores the latest historical data in memory. How long of a history it s
125125
--application_metrics_count_limit=100: Max number of application metrics to store (per container) (default 100)
126126
--collector_cert="": Collector's certificate, exposed to endpoints for certificate based authentication.
127127
--collector_key="": Key for the collector's certificate
128-
-disable_metrics=referenced_memory,cpu_topology,resctrl,udp,advtcp,sched,hugetlb,memory_numa,tcp,process: comma-separated list of metrics to be disabled. Options are 'accelerator', 'cpu_topology','disk', 'diskIO', 'memory_numa', 'network', 'tcp', 'udp', 'percpu', 'sched', 'process', 'hugetlb', 'referenced_memory', 'resctrl', 'cpuset'. (default referenced_memory,cpu_topology,resctrl,udp,advtcp,sched,hugetlb,memory_numa,tcp,process)
128+
--disable_metrics=referenced_memory,cpu_topology,resctrl,udp,advtcp,sched,hugetlb,memory_numa,tcp,process: comma-separated list of metrics to be disabled. Options are 'accelerator', 'cpu_topology','disk', 'diskIO', 'memory_numa', 'network', 'tcp', 'udp', 'percpu', 'sched', 'process', 'hugetlb', 'referenced_memory', 'resctrl', 'cpuset'. (default referenced_memory,cpu_topology,resctrl,udp,advtcp,sched,hugetlb,memory_numa,tcp,process)
129129
--prometheus_endpoint="/metrics": Endpoint to expose Prometheus metrics on (default "/metrics")
130130
--disable_root_cgroup_stats=false: Disable collecting root Cgroup stats
131131
```

0 commit comments

Comments
 (0)