Skip to content

Commit

Permalink
remove unnecessary telemetry header
Browse files Browse the repository at this point in the history
  • Loading branch information
salonichf5 committed Aug 14, 2024
1 parent 34654d7 commit 5451e8c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/mode/static/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit 5451e8c

Please sign in to comment.