Trace exporter not sending user agent
Closed this issue · 0 comments
aabmass commented
Doing some manual testing, I found that the fix in #451 for the trace exporter only does not work. I'm guessing it is similar to python and you have to pass the user agent to the underlying C++ library through options. See https://github.com/GoogleCloudPlatform/opentelemetry-operations-python/blob/main/opentelemetry-exporter-gcp-trace/src/opentelemetry/exporter/cloud_trace/__init__.py#L122-L129