-
Hello again, is it possible to surpress the instrumentation of certain methods? The application in question is a gRPC Netty Service, but I guess the same problem would apply to any other technology that is used and constantly pinged. Is there a way to surpress these very specific method calls in the javaagent? (I think one possibility would be to filter them out in the Collector they are sent to. But best case I would like to not generate any traces at all for these calls) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
hi @Taragos! check out #1060 for the current available options |
Beta Was this translation helpful? Give feedback.
hi @Taragos! check out #1060 for the current available options