Package io.opencensus.contrib.http.util
Class HttpViewConstants
- java.lang.Object
-
- io.opencensus.contrib.http.util.HttpViewConstants
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static AggregationCOUNTstatic ViewHTTP_CLIENT_COMPLETED_COUNT_VIEWViewfor count of client-side HTTP requests completed.static ViewHTTP_CLIENT_RECEIVED_BYTES_VIEWViewfor size distribution of client-side HTTP response body.static ViewHTTP_CLIENT_ROUNDTRIP_LATENCY_VIEWViewfor roundtrip latency distribution of client-side HTTP requests.static ViewHTTP_CLIENT_SENT_BYTES_VIEWViewfor size distribution of client-side HTTP request body.static ViewHTTP_SERVER_COMPLETED_COUNT_VIEWViewfor count of server-side HTTP requests serving completed.static ViewHTTP_SERVER_LATENCY_VIEWViewfor latency distribution of server-side HTTP requests serving.static ViewHTTP_SERVER_RECEIVED_BYTES_VIEWViewfor size distribution of server-side HTTP request body.static ViewHTTP_SERVER_SENT_BYTES_VIEWViewfor size distribution of server-side HTTP response body.(package private) static AggregationLATENCY_DISTRIBUTION(package private) static AggregationSIZE_DISTRIBUTION
-
Constructor Summary
Constructors Modifier Constructor Description privateHttpViewConstants()
-
-
-
Field Detail
-
COUNT
static final Aggregation COUNT
-
SIZE_DISTRIBUTION
static final Aggregation SIZE_DISTRIBUTION
-
LATENCY_DISTRIBUTION
static final Aggregation LATENCY_DISTRIBUTION
-
HTTP_CLIENT_COMPLETED_COUNT_VIEW
public static final View HTTP_CLIENT_COMPLETED_COUNT_VIEW
Viewfor count of client-side HTTP requests completed.- Since:
- 0.13
-
HTTP_CLIENT_SENT_BYTES_VIEW
public static final View HTTP_CLIENT_SENT_BYTES_VIEW
Viewfor size distribution of client-side HTTP request body.- Since:
- 0.13
-
HTTP_CLIENT_RECEIVED_BYTES_VIEW
public static final View HTTP_CLIENT_RECEIVED_BYTES_VIEW
Viewfor size distribution of client-side HTTP response body.- Since:
- 0.13
-
HTTP_CLIENT_ROUNDTRIP_LATENCY_VIEW
public static final View HTTP_CLIENT_ROUNDTRIP_LATENCY_VIEW
Viewfor roundtrip latency distribution of client-side HTTP requests.- Since:
- 0.13
-
HTTP_SERVER_COMPLETED_COUNT_VIEW
public static final View HTTP_SERVER_COMPLETED_COUNT_VIEW
Viewfor count of server-side HTTP requests serving completed.- Since:
- 0.13
-
HTTP_SERVER_RECEIVED_BYTES_VIEW
public static final View HTTP_SERVER_RECEIVED_BYTES_VIEW
Viewfor size distribution of server-side HTTP request body.- Since:
- 0.13
-
HTTP_SERVER_SENT_BYTES_VIEW
public static final View HTTP_SERVER_SENT_BYTES_VIEW
Viewfor size distribution of server-side HTTP response body.- Since:
- 0.13
-
-