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 08a390448b
commit ffe1b1a1b6

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)
}