File tree Expand file tree Collapse file tree 5 files changed +6
-78
lines changed Expand file tree Collapse file tree 5 files changed +6
-78
lines changed Original file line number Diff line number Diff line change 11display_name : Akka Actors
22description : This instrumentation provides context propagation for Akka actors, it does not emit any telemetry on its own.
33library_link : https://doc.akka.io/libraries/akka-core/current/typed/index.html
4+ functions :
5+ - context-propagation
Original file line number Diff line number Diff line change 11display_name : Akka Actors
22description : This instrumentation provides context propagation for the Akka Fork-Join Pool, it does not emit any telemetry on its own.
33library_link : https://doc.akka.io/libraries/akka-core/current/typed/index.html
4+ functions :
5+ - context-propagation
Original file line number Diff line number Diff line change @@ -8,3 +8,5 @@ semantic_conventions:
88 - HTTP_CLIENT_METRICS
99 - HTTP_SERVER_SPANS
1010 - HTTP_SERVER_METRICS
11+ functions :
12+ - http-route-enricher
Original file line number Diff line number Diff line change @@ -4,42 +4,3 @@ library_link: https://hc.apache.org/index.html
44semantic_conventions :
55 - HTTP_CLIENT_SPANS
66 - HTTP_CLIENT_METRICS
7- additional_telemetry :
8- - when : default
9- metrics :
10- - name : http.client.request.duration
11- description : Duration of HTTP client requests.
12- type : HISTOGRAM
13- unit : s
14- attributes :
15- - name : http.request.method
16- type : STRING
17- - name : http.response.status_code
18- type : LONG
19- - name : network.protocol.version
20- type : STRING
21- - name : server.address
22- type : STRING
23- - name : server.port
24- type : LONG
25- spans :
26- - span_kind : CLIENT
27- attributes :
28- - name : error.type
29- type : STRING
30- - name : http.request.method
31- type : STRING
32- - name : http.request.method_original
33- type : STRING
34- - name : http.request.resend_count
35- type : LONG
36- - name : http.response.status_code
37- type : LONG
38- - name : network.protocol.version
39- type : STRING
40- - name : server.address
41- type : STRING
42- - name : server.port
43- type : LONG
44- - name : url.full
45- type : STRING
Original file line number Diff line number Diff line change @@ -4,42 +4,3 @@ library_link: https://hc.apache.org/index.html
44semantic_conventions :
55 - HTTP_CLIENT_SPANS
66 - HTTP_CLIENT_METRICS
7- additional_telemetry :
8- - when : default
9- metrics :
10- - name : http.client.request.duration
11- description : Duration of HTTP client requests.
12- type : HISTOGRAM
13- unit : s
14- attributes :
15- - name : http.request.method
16- type : STRING
17- - name : http.response.status_code
18- type : LONG
19- - name : network.protocol.version
20- type : STRING
21- - name : server.address
22- type : STRING
23- - name : server.port
24- type : LONG
25- spans :
26- - span_kind : CLIENT
27- attributes :
28- - name : error.type
29- type : STRING
30- - name : http.request.method
31- type : STRING
32- - name : http.request.method_original
33- type : STRING
34- - name : http.request.resend_count
35- type : LONG
36- - name : http.response.status_code
37- type : LONG
38- - name : network.protocol.version
39- type : STRING
40- - name : server.address
41- type : STRING
42- - name : server.port
43- type : LONG
44- - name : url.full
45- type : STRING
You can’t perform that action at this time.
0 commit comments