You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -14,32 +12,3 @@ var NoopTracerProvider = featuregate.GlobalRegistry().MustRegister("service.noop
14
12
featuregate.WithRegisterFromVersion("v0.107.0"),
15
13
featuregate.WithRegisterToVersion("v0.109.0"),
16
14
featuregate.WithRegisterDescription("Sets a Noop OpenTelemetry TracerProvider to reduce memory allocations. This featuregate is incompatible with the zPages extension."))
17
-
18
-
var_=mustRegisterOrLoad(
19
-
featuregate.GlobalRegistry(),
20
-
"component.UseLocalHostAsDefaultHost",
21
-
featuregate.StageStable,
22
-
featuregate.WithRegisterToVersion("v0.110.0"),
23
-
featuregate.WithRegisterDescription("controls whether server-like receivers and extensions such as the OTLP receiver use localhost as the default host for their endpoints"),
24
-
)
25
-
26
-
// mustRegisterOrLoad tries to register the feature gate and loads it if it already exists.
0 commit comments