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
Copy file name to clipboardExpand all lines: internal/globalgates/globalgates.go
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -15,13 +15,11 @@ var NoopTracerProvider = featuregate.GlobalRegistry().MustRegister("service.noop
15
15
featuregate.WithRegisterToVersion("v0.109.0"),
16
16
featuregate.WithRegisterDescription("Sets a Noop OpenTelemetry TracerProvider to reduce memory allocations. This featuregate is incompatible with the zPages extension."))
// UseLocalHostAsDefaultHostfeatureGate is the feature gate that controls whether
21
19
// server-like receivers and extensions such as the OTLP receiver use localhost as the default host for their endpoints.
22
20
var_=mustRegisterOrLoad(
23
21
featuregate.GlobalRegistry(),
24
-
UseLocalHostAsDefaultHostID,
22
+
"component.UseLocalHostAsDefaultHost",
25
23
featuregate.StageStable,
26
24
featuregate.WithRegisterToVersion("v0.110.0"),
27
25
featuregate.WithRegisterDescription("controls whether server-like receivers and extensions such as the OTLP receiver use localhost as the default host for their endpoints"),
0 commit comments