JWS API
OpenTelemetry Java agent instrumentation
This instrumentation enables controller spans for methods annotated with the @WebService annotation from the JWS API (controller spans are disabled by default).
- Name:
jaxws-jws-api-1.1 - Scope:
io.opentelemetry.jaxws-jws-api-1.1 - Target versions:
javax.jws:javax.jws-api:[1.1,] - Library: https://github.com/jakartaee/jws-api
Telemetry
- Span attributes:
code.function,code.namespace
Configuration
| Option | Type | Default | Description |
|---|---|---|---|
otel.instrumentation.common.experimental.controller-telemetry.enabled | boolean | false | Enables the creation of experimental controller spans. |