Skip to content
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

Question: Works with SpecialAgent? #11

Open
mosheeshel opened this issue Jun 19, 2019 · 0 comments
Open

Question: Works with SpecialAgent? #11

mosheeshel opened this issue Jun 19, 2019 · 0 comments

Comments

@mosheeshel
Copy link

Hi,

I'm trying to accomplish a low effort tracing solution, the idea is minimal code, and save the traceId + spanId to log with all the logging that is currently done by the application.

I found the SpecialAgent which seems to promise automatic wiring and emitting of telemetry when added as the javaagent. It includes a way to plugin a specific tracer (which I want to save the trace data to the application log)

Can I accomplish this goal with this reporter? what else do I need to do/configure in my java app (Slf4J logging)?

The idea is to run my app with -javaagent:/microcosm/app/opentracing-specialagent-1.3.1.jar -Dspecialagent.tracer=span-reporter-slf4j-0.1.0.jar add anything else that is essential (but hopefully the bare minimum.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant