Skip to content

Commit

Permalink
Fix scaled_object_errors
Browse files Browse the repository at this point in the history
Fix scaled_object_errors

Signed-off-by: kevin <[email protected]>
  • Loading branch information
kevinteng525 committed Jan 6, 2023
1 parent fa18582 commit fad3925
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/prommetrics/prommetrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ var (
scaledObjectErrors = prometheus.NewCounterVec(
prometheus.CounterOpts{
Namespace: DefaultPromMetricsNamespace,
Subsystem: "scaled",
Subsystem: "scaled_object",
Name: "errors",
Help: "Number of scaled object errors",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
)

const (
testName = "prometheus-metrics-test"
testName = "prometheus-metrics-test"
labelScaledObject = "scaledObject"
)

Expand Down

0 comments on commit fad3925

Please sign in to comment.