-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unrecognized value for otel.traces.exporter: google_cloud_trace #303
Comments
Hi @induslevel, Thank you for providing the configuration details along with the stacktrace. To answer your questions,
For your arguments being passed to the agent, could you try adding The instructions for this are mentioned in the README for auto exporter. |
@induslevel is this working for you now? |
Yes. I was able to see exported trace.
You can mark this issue as resolved. Thank you so much for your support. |
I am following the public documentation to setup auto instrumentation of a test application.
I am getting Error
Unrecognized value for otel.traces.exporter: google_cloud_trace
Here are the arguments that I am using for running the jar file
I am getting the following error
Questions:
Q1: Is there any step missing in documentation to configure the application to send traces to Cloud trace?
Q2: The documentation mentioned "opentelemetry-javaagent--all.jar" whereas official link [8] downloads the agent with name "opentelemetry-javaagent.jar" (i.e. without -all)
Is this gap in documentation or is there any other link/repo from where we can download this agent?
Q3:
What is the purpose of following argument in the documentation
The text was updated successfully, but these errors were encountered: