Skip to content

Commit

Permalink
Adding perf_event subsystem to metrics test
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej "Iwan" Iwanowski committed Mar 17, 2020
1 parent 8d6324b commit 8dd743e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cadvisor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ func TestToIncludedMetrics(t *testing.T) {
{
container.CpuUsageMetrics: struct{}{},
},
{
},
{},
container.AllMetrics,
}

Expand All @@ -85,6 +84,7 @@ func TestToIncludedMetrics(t *testing.T) {
container.NetworkUdpUsageMetrics: struct{}{},
container.ProcessMetrics: struct{}{},
container.AppMetrics: struct{}{},
container.PerfMetrics: struct{}{},
},
container.AllMetrics,
{},
Expand Down

0 comments on commit 8dd743e

Please sign in to comment.