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

Inform whether a class targeted by instrumentation was already loaded #87

Open
ivantopo opened this issue Aug 6, 2019 · 0 comments
Open
Assignees

Comments

@ivantopo
Copy link
Contributor

ivantopo commented Aug 6, 2019

When attaching instrumentation at runtime via Kamon.init() it could happen that some of the classes that are targeted by instrumentation are already loaded which can lead to half instrumented apps. It would be awesome if when attaching at runtime we could at least capture whether a targeted class has been loaded or not and it it is, either log some warnings or make the information available so that it can be used from the status page.

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

2 participants