otel_exporter supports adding authentication tokens · Issue #62 · nginxinc/nginx-otel (original) (raw)
Is your feature request related to a problem? Please describe
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" }