Skip to content

Commit

Permalink
[chore] Remove telemetry.useOtelForInternalMetrics stable feature gate
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme committed Mar 13, 2024
1 parent ef9caab commit 56f6b12
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions internal/obsreportconfig/obsreportconfig.go
Expand Up @@ -7,14 +7,6 @@ import (
"go.opentelemetry.io/collector/featuregate"
)

// UseOtelForInternalMetricsfeatureGate is the feature gate that controls whether the collector uses open
// telemetrySettings for internal metrics.
var UseOtelForInternalMetricsfeatureGate = featuregate.GlobalRegistry().MustRegister(
"telemetry.useOtelForInternalMetrics",
featuregate.StageStable,
featuregate.WithRegisterDescription("controls whether the collector uses OpenTelemetry for internal metrics"),
featuregate.WithRegisterToVersion("0.95.0"))

// DisableHighCardinalityMetricsfeatureGate is the feature gate that controls whether the collector should enable
// potentially high cardinality metrics. The gate will be removed when the collector allows for view configuration.
var DisableHighCardinalityMetricsfeatureGate = featuregate.GlobalRegistry().MustRegister(
Expand Down

0 comments on commit 56f6b12

Please sign in to comment.