Replies: 1 comment
-
you could implement a custom sampler similar to the Jaeger remote sampler (https://github.com/open-telemetry/opentelemetry-java/tree/main/sdk-extensions/jaeger-remote-sampler) which can be controlled at runtime |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We know that we can choose methods to instrument at JDK launch with agent.properties, but, in a long running enterprise application, this produces more data than we are capable of consuming. Is it possible develop a self-aware application so that, at runtime, the methods that will be instrumented will be switched on and off based on the load-specific details? How can I control instrumentation at runtime?
Beta Was this translation helpful? Give feedback.
All reactions