Skip to content

Commit

Permalink
Remove grouped containers since queries are incorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
rndstr committed Aug 14, 2017
1 parent 2d80e55 commit 6931aa6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion render/detailed/links.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ var (

report.Container: formatMetricQueries(`container_name="{{label}}"`, []string{docker.MemoryUsage, docker.CPUTotalUsage}),
report.ContainerImage: formatMetricQueries(`image="{{label}}"`, []string{docker.MemoryUsage, docker.CPUTotalUsage}),
"group:container:docker_container_hostname": formatMetricQueries(`pod_name="{{label}}"`, []string{docker.MemoryUsage, docker.CPUTotalUsage}),

// Kubernetes topologies

Expand Down

0 comments on commit 6931aa6

Please sign in to comment.