Skip to content

Commit ad6cc1b

Browse files
authored
chore: update instrumentation list [automated] (#15508)
Co-authored-by: otelbot <[email protected]>
1 parent 37ecc77 commit ad6cc1b

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

docs/instrumentation-list.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7617,6 +7617,15 @@ libraries:
76177617
type: STRING
76187618
- name: server.port
76197619
type: LONG
7620+
- name: http.server.active_requests
7621+
description: Number of active HTTP server requests.
7622+
type: LONG_SUM
7623+
unit: requests
7624+
attributes:
7625+
- name: http.request.method
7626+
type: STRING
7627+
- name: url.scheme
7628+
type: STRING
76207629
- name: http.server.request.duration
76217630
description: Duration of HTTP server requests.
76227631
type: HISTOGRAM
@@ -7632,6 +7641,21 @@ libraries:
76327641
type: STRING
76337642
- name: url.scheme
76347643
type: STRING
7644+
- name: http.server.response.body.size
7645+
description: Size of HTTP server response bodies.
7646+
type: HISTOGRAM
7647+
unit: By
7648+
attributes:
7649+
- name: http.request.method
7650+
type: STRING
7651+
- name: http.response.status_code
7652+
type: LONG
7653+
- name: http.route
7654+
type: STRING
7655+
- name: network.protocol.version
7656+
type: STRING
7657+
- name: url.scheme
7658+
type: STRING
76357659
spans:
76367660
- span_kind: CLIENT
76377661
attributes:

0 commit comments

Comments
 (0)