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
Currently using 'ejb' as the component name, with the invoked method name being the span's operation.
Wondering whether it would provide more useful information if the component tag was the class name? As this instrumentation is for internal use within the application, it may help users to understand the location in their code better if the combination of 'component' and 'operation' can be used to identify the class/method.
The text was updated successfully, but these errors were encountered:
I'm not quite convinced about using the class name in the component field. What about assigning a tag of its own, like classname and method? On operation, we could set ClassName#method. Would that be acceptable?
On re-reading 'component' definition it probably is better as just 'ejb' or 'cdi' - however it would be good to record the class. Depends whether having a composite operation is a good idea, or whether the method names will be understandable in their own right, with an additional 'className' tag for clarification?
Currently using 'ejb' as the component name, with the invoked method name being the span's operation.
Wondering whether it would provide more useful information if the component tag was the class name? As this instrumentation is for internal use within the application, it may help users to understand the location in their code better if the combination of 'component' and 'operation' can be used to identify the class/method.
The text was updated successfully, but these errors were encountered: