Remove allocid label from driver.docker.oom counter metric

This commit is contained in:
Jesus Vazquez
2018-05-21 20:30:56 +02:00
parent e7bd558fe9
commit caeb596e05

View File

@@ -1946,10 +1946,6 @@ func (h *DockerHandle) run() {
Name: "TaskName",
Value: h.taskName,
},
{
Name: "AllocID",
Value: h.allocID,
},
}
metrics.IncrCounterWithLabels([]string{"driver", "docker", "oom"}, 1, labels)
}