Skip to content

Commit dc0aa9b

Browse files
author
Paweł Szulik
committed
Ignore Resctrl metrics by default.
Signed-off-by: Paweł Szulik <[email protected]>
1 parent f1f1bc7 commit dc0aa9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/cadvisor.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ var (
8989
container.HugetlbUsageMetrics: struct{}{},
9090
container.ReferencedMemoryMetrics: struct{}{},
9191
container.CPUTopologyMetrics: struct{}{},
92+
container.ResctrlMetrics: struct{}{},
9293
}}
9394

9495
// List of metrics that can be ignored.

0 commit comments

Comments
 (0)