You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 3, 2023. It is now read-only.
| opencensus.io/http/client/started_count | Number of all client requests started |
34
-
| opencensus.io/http/client/request_bytes | Total bytes sent in request body (not including headers). This is uncompressed bytes. |
35
-
| opencensus.io/http/client/response_bytes | Total bytes received in response bodies (not including headers but including error responses with bodies). Should be measured from actual bytes received and read, not the value of the Content-Length header. This is uncompressed bytes. Responses with no body should record 0 for this value. |
36
-
| opencensus.io/http/client/latency | Time between first byte of request headers sent to last byte of response received, or terminal error |
| opencensus.io/http/client/started_count |1 |Number of all client requests started |
30
+
| opencensus.io/http/client/request_bytes |By |Total bytes sent in request body (not including headers). This is uncompressed bytes. |
31
+
| opencensus.io/http/client/response_bytes |By |Total bytes received in response bodies (not including headers but including error responses with bodies). Should be measured from actual bytes received and read, not the value of the Content-Length header. This is uncompressed bytes. Responses with no body should record 0 for this value. |
32
+
| opencensus.io/http/client/latency |ms |Time between first byte of request headers sent to last byte of response received, or terminal error |
37
33
38
34
### Tags
39
35
40
36
All client metrics should be tagged with the following.
| opencensus.io/http/server/started_count | 1 | Number of all server requests started. |
66
+
| opencensus.io/http/server/request_bytes | By | Total bytes received in request body (not including headers). This is uncompressed bytes. |
67
+
| opencensus.io/http/server/response_bytes | By | Total bytes sent in response bodies (not including headers but including error responses with bodies). Should be measured from actual bytes received and read, not the value of the Content-Length header. This is uncompressed bytes. Responses with no body should record 0 for this value. |
68
+
| opencensus.io/http/server/latency | ms | Time between first byte of request headers sent to last byte of response received, or terminal error |
69
+
70
+
### Tags
71
+
72
+
All server metrics should be tagged with the following.
0 commit comments