19 lines
908 B
YAML
19 lines
908 B
YAML
description: >
|
|
This instrumentation enables optional Controller and View (INTERNAL) spans for Spring WebMVC 3.1+.
|
|
library_link: https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/web/servlet/mvc/package-summary.html
|
|
configurations:
|
|
- name: otel.instrumentation.spring-webmvc.experimental-span-attributes
|
|
type: boolean
|
|
default: false
|
|
description: >
|
|
Enables the capture of experimental span attributes `spring-webmvc-view-name` and
|
|
`spring-webmvc.view.type`.
|
|
- name: otel.instrumentation.common.experimental.controller-telemetry.enabled
|
|
description: Enables the creation of experimental controller (INTERNAL) spans.
|
|
type: boolean
|
|
default: false
|
|
- name: otel.instrumentation.common.experimental.view-telemetry.enabled
|
|
description: Enables the creation of experimental view (INTERNAL) spans.
|
|
type: boolean
|
|
default: false
|