-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add documentation #2
Comments
Yeah, docs and examples are in the horizon. Opentracing's Java Agent was deprecated however, the new project Special Agent is starting to achieve some maturity so hopefully soon I'll have some time to migrate to that and then work on a better demo. |
Any quick instructions on how to use ir as-is with mule 4?
El jue., 13 jun. 2019 18:37, Jose Montoya <[email protected]>
escribió:
… Yeah, docs and examples are in the horizon. Opentracing's Java Agent was
deprecated however, the new project Special Agent is starting to achieve
some maturity so hopefully soon I'll have some time to migrate to that and
then work on a better demo.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2?email_source=notifications&email_token=ACRKDEUW7JOJDAK6KNOJOETP2K42XA5CNFSM4HX5JLA2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXVDLUI#issuecomment-501888465>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACRKDETSFRD6E6TBRACAKD3P2K42XANCNFSM4HX5JLAQ>
.
|
Ah more or less you have to build a JAR from this project, and you want to start the mule instance with a reference to the JAR like this:
Also, you'll need to provide environment variables for the Jaeger tracer to find the collector, you can check out the jaeger docs for the possible variables but the demo I had used
Currently this project packages Jaeger because that was the easiest way to get a POC working, but eventually the tracer implementation should definitely be provided by the user in some way or another. |
It would be useful to have some docs on how to use this agent
The text was updated successfully, but these errors were encountered: