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/request_count | sum | Number of all client requests started |
35
-
| opencensus.io/http/client/request_bytes |distribution |Total bytes sent in request body (not including headers). This is uncompressed bytes. |
36
-
| opencensus.io/http/client/response_bytes |distribution |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. |
37
-
| opencensus.io/http/client/latency |distribution |Time between first byte of request headers sent to last byte of response received, or terminal error |
| 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 |
38
37
39
38
### Tags
40
39
@@ -49,12 +48,15 @@ All client metrics should be tagged with the following.
0 commit comments