Skip to content

Adding TraceExporter from instrumented code #1998

Answered by anuraaga
tobias- asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @tobias- - can you first clarify, it sounds like you wrote a custom exporter for Stackdriver, meaning you aren't using the official exporter here?

https://github.com/GoogleCloudPlatform/opentelemetry-operations-java/tree/master/exporters/auto

And to confirm, you indeed definitely do need to use the code you wrote instead of switching to this? Ideally no, since I'm not sure of a better answer here. otel.exporter.jar is our mechanism for users running a custom exporter. We have another mechanism using custom agent distros which you may want to look at, but it's far more complicated so may be a net loss.

https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/master/exam…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@tobias-
Comment options

@anuraaga
Comment options

@tobias-
Comment options

Answer selected by tobias-
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants