aws-otel-community icon indicating copy to clipboard operation
aws-otel-community copied to clipboard

How to connect to the aws-otel-collector using opentelemetry-cpp?

Open bracki opened this issue 2 years ago • 0 comments

I'd like to export from my client app using the C++ lib and connect to the OTLP exporter. I assume I need to authenticate using AWS sig v4 to reach the OTLP HTTP endpoint. Do you have sample code?

Thinking about it, these are two questions:

  • Does the ADOT collector provide IAM authentication for HTTP endpoints when using as OTLP receiver?
  • Where in the C++ lib can I add signatures/headers to the underlying HTTP clients?

bracki avatar Aug 03 '22 14:08 bracki