0

I am using opentelemetry-javaagent.jar. Health check and actuator url are also coming in jaeger. Can I exclude those url patterns somehow in java command itself like -Dotel.exclude.url?

S317
  • 29
  • 1
  • 5
  • 1
    They don't have this implemented yet. For now, the best alternative is this thread, requiring this implementation. The suggestion is using extension to ignore endpoints. [https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/1060](https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/1060) – wallacesilva09 Mar 08 '23 at 18:57
  • @wallacesilva09 - Thanks for reply. I have already tried extension and it was working. But for that I need to add create extra jar and add it in args. So that I want to avoid. – S317 Mar 10 '23 at 05:11

0 Answers0