File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -97,14 +97,17 @@ var (
97
97
// List of metrics that can be ignored.
98
98
ignoreWhitelist = container.MetricSet {
99
99
container .AcceleratorUsageMetrics : struct {}{},
100
+ container .CpuLoadMetrics : struct {}{},
100
101
container .DiskUsageMetrics : struct {}{},
101
102
container .DiskIOMetrics : struct {}{},
102
103
container .MemoryNumaMetrics : struct {}{},
104
+ container .MemoryUsageMetrics : struct {}{},
103
105
container .NetworkUsageMetrics : struct {}{},
104
106
container .NetworkTcpUsageMetrics : struct {}{},
105
107
container .NetworkAdvancedTcpUsageMetrics : struct {}{},
106
108
container .NetworkUdpUsageMetrics : struct {}{},
107
109
container .PerCpuUsageMetrics : struct {}{},
110
+ container .PerfMetrics : struct {}{},
108
111
container .ProcessSchedulerMetrics : struct {}{},
109
112
container .ProcessMetrics : struct {}{},
110
113
container .HugetlbUsageMetrics : struct {}{},
You can’t perform that action at this time.
0 commit comments