You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/instrumentation-list.yaml
+54-9Lines changed: 54 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@
5
5
libraries:
6
6
activej:
7
7
- name: activej-http-6.0
8
+
description: This instrumentation provides SERVER spans and metrics for the ActiveJ
9
+
HTTP server.
8
10
source_path: instrumentation/activej-http-6.0
9
11
minimum_java_version: 17
10
12
scope:
@@ -42,6 +44,8 @@ libraries:
42
44
- com.typesafe.akka:akka-actor_2.13:[2.3,)
43
45
alibaba:
44
46
- name: alibaba-druid-1.0
47
+
description: |
48
+
The Alibaba Druid instrumentation generates database connection pool metrics for druid data sources.
45
49
source_path: instrumentation/alibaba-druid-1.0
46
50
scope:
47
51
name: io.opentelemetry.alibaba-druid-1.0
@@ -149,6 +153,17 @@ libraries:
149
153
target_versions:
150
154
javaagent:
151
155
- org.asynchttpclient:async-http-client:[2.0.0,)
156
+
avaje:
157
+
- name: avaje-jex-3.0
158
+
description: |
159
+
This instrumentation does not emit telemetry on its own. Instead, it hooks into the Avaje Jex Context to extract the HTTP route and attach it to existing SERVER spans and HTTP server metrics.
description: Whether to instrument all classes that implement the Executor interface.
421
-
default: 'false'
441
+
type: boolean
442
+
default: false
422
443
finagle:
423
444
- name: finagle-http-23.11
424
445
source_path: instrumentation/finagle-http-23.11
@@ -741,7 +762,7 @@ libraries:
741
762
- name: jdbc
742
763
description: |
743
764
The JDBC instrumentation provides database client spans and metrics. Each call produces a span named after the SQL verb, enriched with standard DB client attributes (system, database, operation, sanitized statement, peer address) and error details if an exception occurs.
744
-
disabled_by_default: true
765
+
There is also a "jdbc-datasource" instrumentation that creates spans for datasource connections, but is disabled by default due to the volume of telemetry produced.
Copy file name to clipboardExpand all lines: instrumentation-docs/src/main/java/io/opentelemetry/instrumentation/docs/internal/ConfigurationOption.java
0 commit comments