Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
isobelormiston committed Jul 26, 2023
1 parent 2d12748 commit 72d6cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mettle/worker/worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ var totalBuilds = prometheus.NewCounter(prometheus.CounterOpts{
var currentBuilds = prometheus.NewGaugeVec(prometheus.GaugeOpts{
Namespace: "mettle",
Name: "builds_current",
}, []string{"namespace"})
}, []string{"instance"})
var executeDurations = prometheus.NewHistogram(prometheus.HistogramOpts{
Namespace: "mettle",
Name: "build_durations_secs",
Expand Down

0 comments on commit 72d6cce

Please sign in to comment.