We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
operator.observability.prometheus
1 parent 885ccf7 commit fa6627fCopy full SHA for fa6627f
pkg/featuregate/featuregate.go
@@ -38,9 +38,10 @@ var (
38
// PrometheusOperatorIsAvailable is the feature gate that enables features associated to the Prometheus Operator.
39
PrometheusOperatorIsAvailable = featuregate.GlobalRegistry().MustRegister(
40
"operator.observability.prometheus",
41
- featuregate.StageBeta,
+ featuregate.StageStable,
42
featuregate.WithRegisterDescription("enables features associated to the Prometheus Operator"),
43
featuregate.WithRegisterFromVersion("v0.82.0"),
44
+ featuregate.WithRegisterToVersion("v0.122.0"),
45
)
46
// SetGolangFlags is the feature gate that enables automatically setting GOMEMLIMIT and GOMAXPROCS for the
47
// collector, bridge, and target allocator.
0 commit comments