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
If wildcard tracing is required, we will need to either
-- use our implementation or
-- implement it into the otel one
-- or provide a utility that reads the class and generates the non-wildcard pattern
Not currently dynamic, but maybe can make it so without too much trouble
@akhileshpok please feedback on whether wildcard support is needed, eg the classic agent allows org.example.MyClass#myMe*od to specify multiple packages/classes/methods whereas the current OpenTelemetry agent doesn't support wildcards and you need to explicitly define each method that will be traced
The text was updated successfully, but these errors were encountered:
Classic agent link
What it does
Defines a list of methods for which to create a transaction or span.
Implementation difficulty, location, and dynamism
-- use our implementation or
-- implement it into the otel one
-- or provide a utility that reads the class and generates the non-wildcard pattern
@akhileshpok please feedback on whether wildcard support is needed, eg the classic agent allows
org.example.MyClass#myMe*od
to specify multiple packages/classes/methods whereas the current OpenTelemetry agent doesn't support wildcards and you need to explicitly define each method that will be tracedThe text was updated successfully, but these errors were encountered: