Skip to content

Commit 841b123

Browse files
committed
add metadata
1 parent 11b5d49 commit 841b123

File tree

5 files changed

+6
-78
lines changed

5 files changed

+6
-78
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
display_name: Akka Actors
22
description: This instrumentation provides context propagation for Akka actors, it does not emit any telemetry on its own.
33
library_link: https://doc.akka.io/libraries/akka-core/current/typed/index.html
4+
functions:
5+
- context-propagation
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
display_name: Akka Actors
22
description: This instrumentation provides context propagation for the Akka Fork-Join Pool, it does not emit any telemetry on its own.
33
library_link: https://doc.akka.io/libraries/akka-core/current/typed/index.html
4+
functions:
5+
- context-propagation

instrumentation/akka/akka-http-10.0/metadata.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

instrumentation/apache-httpclient/apache-httpclient-4.3/metadata.yaml

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -4,42 +4,3 @@ library_link: https://hc.apache.org/index.html
44
semantic_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

instrumentation/apache-httpclient/apache-httpclient-5.2/metadata.yaml

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -4,42 +4,3 @@ library_link: https://hc.apache.org/index.html
44
semantic_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

0 commit comments

Comments
 (0)