nginxinc/nginx-otel

otel_exporter supports adding authentication tokens

Opened this issue · 0 comments

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"
  }