Skip to content

Commit

Permalink
fix: expose keda_scaled_object_errors metric from the operator (#4121)
Browse files Browse the repository at this point in the history
Signed-off-by: Zbynek Roubalik <[email protected]>

Signed-off-by: Zbynek Roubalik <[email protected]>
  • Loading branch information
zroubalik authored Jan 16, 2023
1 parent b056b9e commit e68b819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/prommetrics/prommetrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ var (
scaledObjectErrors = prometheus.NewCounterVec(
prometheus.CounterOpts{
Namespace: DefaultPromMetricsNamespace,
Subsystem: "scaled",
Subsystem: "scaled_object",
Name: "errors",
Help: "Number of scaled object errors",
},
Expand Down

0 comments on commit e68b819

Please sign in to comment.