Skip to content

Commit

Permalink
Re-enable the default value to be configtelemetry.UseOpenTelemetryFor…
Browse files Browse the repository at this point in the history
…InternalMetrics
  • Loading branch information
Bogdan Drutu committed Mar 1, 2022
1 parent c9a1402 commit 406f56a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion service/telemetry.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,11 @@ const (
)

func init() {
//nolint:staticcheck
featuregate.Register(featuregate.Gate{
ID: useOtelForInternalMetricsfeatureGateID,
Description: "controls whether the collector to uses open telemetry for internal metrics",
Enabled: false,
Enabled: configtelemetry.UseOpenTelemetryForInternalMetrics,
})
}

Expand Down

0 comments on commit 406f56a

Please sign in to comment.