# Spring WS

<!-- llms-txt-link: /llms.txt -->

> OpenTelemetry Java agent instrumentation

This instrumentation enables controller spans for Spring Web Services 2.0+ endpoints (controller spans are disabled by default).

- **Name**: `spring-ws-2.0`
- **Scope**: `io.opentelemetry.spring-ws-2.0`
- **Target versions**: `org.springframework.ws:spring-ws-core:[2.0.0.RELEASE,]`
- **Library**: https://spring.io/projects/spring-ws

## 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. |

## Data

- **JSON**: [/data/javaagent/instrumentations/spring-ws-2.0/spring-ws-2.0-f60f94879035.json](/data/javaagent/instrumentations/spring-ws-2.0/spring-ws-2.0-f60f94879035.json)
- **Explore**: [/java-agent/instrumentation/spring-ws-2.0](/java-agent/instrumentation/spring-ws-2.0)
