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

Allow NewSpan annotation to be defined at the interface/class level #365

Open
rlubke opened this issue Jul 25, 2023 · 0 comments
Open

Allow NewSpan annotation to be defined at the interface/class level #365

rlubke opened this issue Jul 25, 2023 · 0 comments

Comments

@rlubke
Copy link

rlubke commented Jul 25, 2023

Feature description

There doesn't seem to be a way to denote that a developer wants all methods of an interface or class to generate a span upon method invocation.

Spring's version states the following:

You can place the @NewSpan annotation on both the class and an interface. If you override the interface’s method and provide a different value for the @NewSpan annotation, the most concrete one wins (in this case customNameOnTestMethod3 is set).

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

1 participant