File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments