aws-otel-community
aws-otel-community copied to clipboard
How to connect to the aws-otel-collector using opentelemetry-cpp?
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?