Remove allocid label from driver.docker.oom counter metric
This commit is contained in:
parent
08a390448b
commit
ffe1b1a1b6
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue