From 873cb62b043300696971d7deb106cfd83e9592dd Mon Sep 17 00:00:00 2001 From: Nathan Baulch Date: Sat, 5 Oct 2024 07:18:43 +1000 Subject: [PATCH] Update internal/globalgates/globalgates.go Co-authored-by: Alex Boten <223565+codeboten@users.noreply.github.com> --- internal/globalgates/globalgates.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/internal/globalgates/globalgates.go b/internal/globalgates/globalgates.go index 775f96da7f9..b7e8a6ce698 100644 --- a/internal/globalgates/globalgates.go +++ b/internal/globalgates/globalgates.go @@ -15,8 +15,6 @@ var NoopTracerProvider = featuregate.GlobalRegistry().MustRegister("service.noop featuregate.WithRegisterToVersion("v0.109.0"), 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 -// server-like receivers and extensions such as the OTLP receiver use localhost as the default host for their endpoints. var _ = mustRegisterOrLoad( featuregate.GlobalRegistry(), "component.UseLocalHostAsDefaultHost",