Skip to content

Commit 1ccaff6

Browse files
committed
start
1 parent 4595a3a commit 1ccaff6

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
1+
display_name: JAX-RS
2+
description: >
3+
This instrumentation enables controller telemetry and sets the HTTP route. The HTTP route is set
4+
by this instrumentation only when it has not already been set by a jax-rs framework
5+
instrumentation.
6+
7+
Note: This instrumentation uses complex type matcher, disabling it can improve startup performance.
8+
library_link: https://javaee.github.io/javaee-spec/javadocs/javax/ws/rs/package-summary.html
19
disabled_by_default: true
10+
configurations:
11+
- name: otel.instrumentation.common.experimental.controller-telemetry.enabled
12+
description: Enables the creation of experimental controller (INTERNAL) spans.
13+
type: boolean
14+
default: false

0 commit comments

Comments
 (0)