inspectit-ocelot icon indicating copy to clipboard operation
inspectit-ocelot copied to clipboard

Add option to retrieve all instrumented methods

Open Henning-Schulz opened this issue 3 years ago • 0 comments

It may happen that some configured instrumentation silently has no effect. Currently, it is very hard to find the root cause. To narrow down the problem, it would be very helpful to have an option to see all currently instrumented methods and the rules that are applied to them. One option is a button in the configuration UI that retrieves and shows such a (potentially filtered) list, e.g.,

my.package.ClassA.methodA:
  - r_trace_method
  - r_method_metric
my.package.ClassB.methodB:
  - r_trace_method
  - r_my_custom_rule
...

Henning-Schulz avatar Nov 24 '21 15:11 Henning-Schulz