Skip to content

Commit

Permalink
Merge pull request #15 from dgonzalezruiz/patch-2
Browse files Browse the repository at this point in the history
Remove desired_status label
  • Loading branch information
pcarranza authored May 20, 2019
2 parents 9f035b6 + b0e199e commit 924b007
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 924b007

Please sign in to comment.