Replies: 1 comment
-
As far as I know there isn't. Most of the agent configuration is handled by opentelemetry java sdk autoconfigure extension https://github.com/open-telemetry/opentelemetry-java/blob/main/sdk-extensions/autoconfigure/README.md You could send your traces to opentelemetry collector and configure the cert there. |
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.
-
There is a way to skip ssl verification for an endpoint in Instrumentation crd or directly in java agent configuration?
I have an apm server with self sign certificate and I don't want mount ca cert on all pods.
Beta Was this translation helpful? Give feedback.
All reactions