diff --git a/internal/mode/static/manager.go b/internal/mode/static/manager.go index 6875f6a92..217b80af4 100644 --- a/internal/mode/static/manager.go +++ b/internal/mode/static/manager.go @@ -552,9 +552,6 @@ func createTelemetryJob( options := []otlptracegrpc.Option{ otlptracegrpc.WithEndpoint(cfg.ProductTelemetryConfig.Endpoint), - otlptracegrpc.WithHeaders(map[string]string{ - "X-F5-OTEL": "GRPC", - }), } if cfg.ProductTelemetryConfig.EndpointInsecure { options = append(options, otlptracegrpc.WithInsecure())