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

Update (rewrite) the javaagent structure doc; document bootstrap modules #6227

Merged
merged 1 commit into from
Jun 29, 2022

Conversation

mateuszrzeszutek
Copy link
Member

Fixes #4286

@mateuszrzeszutek mateuszrzeszutek requested a review from a team June 27, 2022 12:51
Comment on lines -99 to -100
![Agent initialization sequence](initialization-sequence.svg)
[Image source](https://docs.google.com/drawings/d/1GHAcJ8AOaf_v2Ip82cQD9dN0mtvSk2C1B11KfwV2U8o)
Copy link
Member Author

Choose a reason for hiding this comment

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

I removed the initialization sequence doc from the new version of this page: it was completely out of date, and I don't think it was that useful -- the overall structure/architecture of the javaagent is very useful for a contributor (I think? it's not like I have anything to back this up 😅 ), but the initialization sequence is something that is changed very rarely. If you really need to know you can just read the code, it's not that hard to follow (unlike the structure, where you need to learn what every top-level module does, and which CL it's loaded by)

Copy link
Member

@trask trask left a comment

Choose a reason for hiding this comment

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

nice ❤️

@trask trask merged commit c978ce2 into open-telemetry:main Jun 29, 2022
@mateuszrzeszutek mateuszrzeszutek deleted the javaagent-structure branch June 29, 2022 04:00
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.

Document class loader implications of sharing instrumentation classes and multiple library dependencies
2 participants