Skip to content

Commit

Permalink
Remove desired_status label
Browse files Browse the repository at this point in the history
This label is now useless, as it will be fixed to `run` after the change in #14
  • Loading branch information
dgonzalezruiz authored May 20, 2019
1 parent 9f035b6 commit b0e199e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,6 @@ func (e *Exporter) collectAllocations(nodes nodeMap, ch chan<- prometheus.Metric

allocation.With(prometheus.Labels{
"status": alloc.ClientStatus,
"desired_status": alloc.DesiredStatus,
"job_type": *job.Type,
"job_id": alloc.JobID,
"task_group": alloc.TaskGroup,
Expand Down

0 comments on commit b0e199e

Please sign in to comment.