Fix prometheus with multiple jobs

This commit is contained in:
InsanePrawn
2018-11-21 04:26:03 +01:00
parent c4e23862cd
commit 22d9830baa
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -187,7 +187,7 @@ func (f *SinglePrunerFactory) BuildSinglePruner(ctx context.Context, target Targ
f.keepRules,
f.retryWait,
f.considerSnapAtCursorReplicated,
f.promPruneSecs.WithLabelValues(),
f.promPruneSecs.WithLabelValues("local"),
},
state: Plan,
}