You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
vsakaram
changed the title
How to connect to the aws-otel-connector using opentelemetry-cpp?
How to connect to the aws-otel-collector using opentelemetry-cpp?
Dec 16, 2022
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:
The text was updated successfully, but these errors were encountered: