Skip to content

Commit

Permalink
update metric name
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoBrigitte committed Jun 21, 2024
1 parent 7b33b22 commit af3a39b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/metrics/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (

var (
ReconcileError = prometheus.NewCounterVec(prometheus.CounterOpts{
Name: "observability_operator_reconcile_error_total",
Name: "observability_operator_mimir_head_series_query_errors_total",
Help: "Total number of reconciliations error",
}, nil)
)
Expand Down

0 comments on commit af3a39b

Please sign in to comment.