- HTTP_CLIENT_COMPLETED_COUNT_VIEW - Static variable in class io.opencensus.contrib.http.util.HttpViewConstants
-
View for count of client-side HTTP requests completed.
- HTTP_CLIENT_HOST - Static variable in class io.opencensus.contrib.http.util.HttpMeasureConstants
-
TagKey for the value of the client-side HTTP host header.
- HTTP_CLIENT_METHOD - Static variable in class io.opencensus.contrib.http.util.HttpMeasureConstants
-
TagKey for the client-side HTTP method of the request, capitalized (GET, POST, etc.).
- HTTP_CLIENT_PATH - Static variable in class io.opencensus.contrib.http.util.HttpMeasureConstants
-
TagKey for the client-side URL path (not including query string) in the request.
- HTTP_CLIENT_RECEIVED_BYTES - Static variable in class io.opencensus.contrib.http.util.HttpMeasureConstants
-
Measure for the client-side total bytes received in response bodies (not including
headers but including error responses with bodies).
- HTTP_CLIENT_RECEIVED_BYTES_VIEW - Static variable in class io.opencensus.contrib.http.util.HttpViewConstants
-
View for size distribution of client-side HTTP response body.
- HTTP_CLIENT_ROUNDTRIP_LATENCY - Static variable in class io.opencensus.contrib.http.util.HttpMeasureConstants
-
Measure for the client-side time between first byte of request headers sent to last
byte of response received, or terminal error.
- HTTP_CLIENT_ROUNDTRIP_LATENCY_VIEW - Static variable in class io.opencensus.contrib.http.util.HttpViewConstants
-
View for roundtrip latency distribution of client-side HTTP requests.
- HTTP_CLIENT_SENT_BYTES - Static variable in class io.opencensus.contrib.http.util.HttpMeasureConstants
-
Measure for the client-side total bytes sent in request body (not including headers).
- HTTP_CLIENT_SENT_BYTES_VIEW - Static variable in class io.opencensus.contrib.http.util.HttpViewConstants
-
View for size distribution of client-side HTTP request body.
- HTTP_CLIENT_STATUS - Static variable in class io.opencensus.contrib.http.util.HttpMeasureConstants
-
TagKey for the numeric client-side HTTP response status code (e.g.
- HTTP_SERVER_COMPLETED_COUNT_VIEW - Static variable in class io.opencensus.contrib.http.util.HttpViewConstants
-
View for count of server-side HTTP requests serving completed.
- HTTP_SERVER_HOST - Static variable in class io.opencensus.contrib.http.util.HttpMeasureConstants
-
TagKey for the value of the server-side HTTP host header.
- HTTP_SERVER_LATENCY - Static variable in class io.opencensus.contrib.http.util.HttpMeasureConstants
-
Measure for the server-side time between first byte of request headers received to last
byte of response sent, or terminal error.
- HTTP_SERVER_LATENCY_VIEW - Static variable in class io.opencensus.contrib.http.util.HttpViewConstants
-
View for latency distribution of server-side HTTP requests serving.
- HTTP_SERVER_METHOD - Static variable in class io.opencensus.contrib.http.util.HttpMeasureConstants
-
TagKey for the server-side HTTP method of the request, capitalized (GET, POST, etc.).
- HTTP_SERVER_PATH - Static variable in class io.opencensus.contrib.http.util.HttpMeasureConstants
-
TagKey for the server-side URL path (not including query string) in the request.
- HTTP_SERVER_RECEIVED_BYTES - Static variable in class io.opencensus.contrib.http.util.HttpMeasureConstants
-
Measure for the server-side total bytes received in request body (not including
headers).
- HTTP_SERVER_RECEIVED_BYTES_VIEW - Static variable in class io.opencensus.contrib.http.util.HttpViewConstants
-
View for size distribution of server-side HTTP request body.
- HTTP_SERVER_SENT_BYTES - Static variable in class io.opencensus.contrib.http.util.HttpMeasureConstants
-
Measure for the server-side total bytes sent in response bodies (not including headers
but including error responses with bodies).
- HTTP_SERVER_SENT_BYTES_VIEW - Static variable in class io.opencensus.contrib.http.util.HttpViewConstants
-
View for size distribution of server-side HTTP response body.
- HTTP_SERVER_STATUS - Static variable in class io.opencensus.contrib.http.util.HttpMeasureConstants
-
TagKey for the numeric server-side HTTP response status code (e.g.
- HttpMeasureConstants - Class in io.opencensus.contrib.http.util
-
A helper class which holds OpenCensus's default HTTP Measures and TagKeys.
- HttpPropagationUtil - Class in io.opencensus.contrib.http.util
-
Utility class to get all supported TextFormat.
- HttpViewConstants - Class in io.opencensus.contrib.http.util
-
A helper class that holds OpenCensus's default HTTP Views.
- HttpViews - Class in io.opencensus.contrib.http.util
-
A helper class that allows users to register HTTP views easily.