Skip to content

Commit

Permalink
Change feature gate to alpha and one metrics name
Browse files Browse the repository at this point in the history
Signed-off-by: Ruben Vargas <[email protected]>
  • Loading branch information
rubenvp8510 committed Apr 23, 2024
1 parent c7cec54 commit 09587df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/crdmetrics/consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ const (
exporters = prefix + "exporters"
processors = prefix + "processors"
extensions = prefix + "extensions"
mode = prefix + "mode"
mode = prefix + "info"
)
2 changes: 1 addition & 1 deletion pkg/featuregate/featuregate.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ var (
// EnableCRMetrics is the feature gate that enables metrics about the collectors managed by this operator.
EnableCRMetrics = featuregate.GlobalRegistry().MustRegister(
"operator.crmetrics",
featuregate.StageBeta,
featuregate.StageAlpha,
featuregate.WithRegisterDescription("enables metrics about the collectors CRs and how they are used"),
featuregate.WithRegisterFromVersion("v0.99.0"),
)
Expand Down

0 comments on commit 09587df

Please sign in to comment.