We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34654d7 commit 3c029b1Copy full SHA for 3c029b1
internal/mode/static/manager.go
@@ -552,9 +552,6 @@ func createTelemetryJob(
552
553
options := []otlptracegrpc.Option{
554
otlptracegrpc.WithEndpoint(cfg.ProductTelemetryConfig.Endpoint),
555
- otlptracegrpc.WithHeaders(map[string]string{
556
- "X-F5-OTEL": "GRPC",
557
- }),
558
}
559
if cfg.ProductTelemetryConfig.EndpointInsecure {
560
options = append(options, otlptracegrpc.WithInsecure())
0 commit comments