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

Implicit tracing for CDI #110

Open
pavolloffay opened this issue Oct 18, 2018 · 2 comments
Open

Implicit tracing for CDI #110

pavolloffay opened this issue Oct 18, 2018 · 2 comments
Assignees

Comments

@pavolloffay
Copy link
Contributor

At the moment CDI beans are traced by adding @Traced annotation. I think we could provide a way to enable automatic tracing. It issue might be that there would be too many CDI beans e.g. from the frameworks and container so we should think how to scope it down. For example trace only beans from the app package. Or trace beans matching specific package name.

@objectiser
Copy link

Would the beans only be traced if there was already an active span? Or could they also start a new trace?

@pavolloffay
Copy link
Contributor Author

it's a good question, I would say always the bean can call other bean which could result in a trace

@pavolloffay pavolloffay added this to the 1.4 milestone Apr 17, 2019
@pavolloffay pavolloffay self-assigned this Apr 17, 2019
@pavolloffay pavolloffay removed this from the 1.4 milestone Feb 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants