-
Notifications
You must be signed in to change notification settings - Fork 23
Add TLS notes and settings #913
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🔍 Preview links for changed docs |
| If your application uses technologies not covered by auto-instrumentation, you have two options: | ||
|
|
||
| 1. **Native OpenTelemetry support** — Some frameworks and libraries include built-in OpenTelemetry instrumentation provided by the vendor. | ||
| 2. **Manual instrumentation** — Use the [OpenTelemetry API](https://opentelemetry.io/docs/languages/java/instrumentation/) to add custom spans, metrics, and logs for unsupported components. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You could maybe add a third option is to use manual instrumentation through configuration, it does not require to modify application code or dependencies: https://opentelemetry.io/docs/zero-code/java/agent/annotations/#creating-spans-around-methods-with-otelinstrumentationmethodsinclude
We already mention this option in our migration docs for the trace_methods config option of the classic agent as it serves a similar purpose.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added in be0154d
Co-authored-by: SylvainJuge <763082+SylvainJuge@users.noreply.github.com>
Contributes to elastic/docs-content#4383 and elastic/docs-content#4387
+CC @hegerchr