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

explain auto and manual #21

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

SylvainJuge
Copy link
Member

Fixes #19

Copy link

@nagkumar nagkumar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe some details about commands used for auto and manual could also help or any further document reference could help a lot too

@SylvainJuge
Copy link
Member Author

Actually it's not what I initially thought here, in Java:

I think here we should probably rename and simplify things if we want to be consistent:

  • use the manual for the explicit tracing, which requires few changes to the application code
  • maybe leave the different setup options (like runtime attach and -javaagent) outside of the scope of what is shown here, as they don't provide much value and are quite well documented, also we have 3 of them in java doc.
  • With Elastic agent there is no "manual tracing", as it's not possible to use the tracing API without the agent. If we go this route, then only the otel agent would have a "manual".

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

Successfully merging this pull request may close these issues.

what is manual and auto versions
2 participants