Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions docs/instrumentation-list.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7617,6 +7617,15 @@ libraries:
type: STRING
- name: server.port
type: LONG
- name: http.server.active_requests
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jaydeluca can you check this? in particular the when: default part, I think we're only supposed to emit this experimental metric under an experimental flag

description: Number of active HTTP server requests.
type: LONG_SUM
unit: requests
attributes:
- name: http.request.method
type: STRING
- name: url.scheme
type: STRING
- name: http.server.request.duration
description: Duration of HTTP server requests.
type: HISTOGRAM
Expand All @@ -7632,6 +7641,21 @@ libraries:
type: STRING
- name: url.scheme
type: STRING
- name: http.server.response.body.size
description: Size of HTTP server response bodies.
type: HISTOGRAM
unit: By
attributes:
- name: http.request.method
type: STRING
- name: http.response.status_code
type: LONG
- name: http.route
type: STRING
- name: network.protocol.version
type: STRING
- name: url.scheme
type: STRING
spans:
- span_kind: CLIENT
attributes:
Expand Down
Loading