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
+186Lines changed: 186 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,49 @@ libraries:
14
14
target_versions:
15
15
javaagent:
16
16
- io.activej:activej-http:[6.0,)
17
+
telemetry:
18
+
- when: default
19
+
metrics:
20
+
- name: http.server.request.duration
21
+
description: Duration of HTTP server requests.
22
+
type: HISTOGRAM
23
+
unit: s
24
+
attributes:
25
+
- name: http.request.method
26
+
type: STRING
27
+
- name: http.response.status_code
28
+
type: LONG
29
+
- name: network.protocol.version
30
+
type: STRING
31
+
- name: url.scheme
32
+
type: STRING
33
+
spans:
34
+
- span_kind: SERVER
35
+
attributes:
36
+
- name: client.address
37
+
type: STRING
38
+
- name: error.type
39
+
type: STRING
40
+
- name: http.request.method
41
+
type: STRING
42
+
- name: http.response.status_code
43
+
type: LONG
44
+
- name: network.peer.address
45
+
type: STRING
46
+
- name: network.protocol.version
47
+
type: STRING
48
+
- name: server.address
49
+
type: STRING
50
+
- name: server.port
51
+
type: LONG
52
+
- name: url.path
53
+
type: STRING
54
+
- name: url.query
55
+
type: STRING
56
+
- name: url.scheme
57
+
type: STRING
58
+
- name: user_agent.original
59
+
type: STRING
17
60
akka:
18
61
- name: akka-actor-2.3
19
62
source_path: instrumentation/akka/akka-actor-2.3
@@ -214,6 +257,9 @@ libraries:
214
257
type: STRING
215
258
apache:
216
259
- name: apache-dbcp-2.0
260
+
description: |
261
+
This instrumentation provides database connection pools metrics for Apache DBCP.
262
+
The instrumentation uses `MBeanRegistration` methods for lifecycle detection, therefore it only activates if the `BasicDataSource` is registered to an `MBeanServer`. If using Spring Boot, this happens automatically as all Spring beans that support JMX registration are automatically registered by default.
217
263
source_path: instrumentation/apache-dbcp-2.0
218
264
scope:
219
265
name: io.opentelemetry.apache-dbcp-2.0
@@ -334,6 +380,8 @@ libraries:
334
380
- name: rpc.system
335
381
type: STRING
336
382
- name: apache-httpasyncclient-4.1
383
+
description: This instrumentation provides CLIENT spans and metrics for the Apache
0 commit comments