mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 01:45:44 +03:00
Remove allocid label from driver.docker.oom counter metric
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user