OpenTelemetry integration with Jakarta EE 10.
- Traces the JAX-RS requests that are processed.
- Starts a new Tracing or starts a new child span if the header indicates that a tracing is already in progress.
- You can include information about CDI method calls by using an annotation on the method.
- A Filter for JAX-RS clients is available to propagate the OpenTelemetry information on the header
- Automatically registers this filter when you have MicroProfile Rest Client implementation available.