Enable setting customer OTEL headers at startup

    • Type: Task
    • Resolution: Unresolved
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • Networking & Observability
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      The OpenTelemetry SDK support setting custom HTTP headers. Ensure the server can accept such headers and set them on the HTTP exporter.

      OtlpHttpSpanExporter.builder()
          .setEndpoint("http://localhost:4318/v1/traces")
          .addHeader("X-Custom-Header", "value")
          .build();
      

            Assignee:
            Unassigned
            Reporter:
            Didier Nadeau
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: