otel_exporter supports adding authentication tokens · Issue #62 · nginxinc/nginx-otel (original) (raw)

Some observable services require authentication to access the grpc service.

Describe the solution you'd like

otel_exporter { endpoint observer-server:5081; add_header Authorization "Basic token.token.token" }