Skip to content

Commit 3c029b1

Browse files
authored
Remove unnecessary telemetry header (#2403)
Problem: There is unnecessary header in telemetry exporter. Solution: Remove the unnecessary header.
1 parent 34654d7 commit 3c029b1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

internal/mode/static/manager.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -552,9 +552,6 @@ func createTelemetryJob(
552552

553553
options := []otlptracegrpc.Option{
554554
otlptracegrpc.WithEndpoint(cfg.ProductTelemetryConfig.Endpoint),
555-
otlptracegrpc.WithHeaders(map[string]string{
556-
"X-F5-OTEL": "GRPC",
557-
}),
558555
}
559556
if cfg.ProductTelemetryConfig.EndpointInsecure {
560557
options = append(options, otlptracegrpc.WithInsecure())

0 commit comments

Comments
 (0)