You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: