Class HttpViewConstants
java.lang.Object
io.opencensus.contrib.http.util.HttpViewConstants
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final Aggregationstatic final ViewViewfor count of client-side HTTP requests completed.static final ViewViewfor size distribution of client-side HTTP response body.static final ViewViewfor roundtrip latency distribution of client-side HTTP requests.static final ViewViewfor size distribution of client-side HTTP request body.static final ViewViewfor count of server-side HTTP requests serving completed.static final ViewViewfor latency distribution of server-side HTTP requests serving.static final ViewViewfor size distribution of server-side HTTP request body.static final ViewViewfor size distribution of server-side HTTP response body.(package private) static final Aggregation(package private) static final Aggregation -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
COUNT
-
SIZE_DISTRIBUTION
-
LATENCY_DISTRIBUTION
-
HTTP_CLIENT_COMPLETED_COUNT_VIEW
-
HTTP_CLIENT_SENT_BYTES_VIEW
-
HTTP_CLIENT_RECEIVED_BYTES_VIEW
-
HTTP_CLIENT_ROUNDTRIP_LATENCY_VIEW
-
HTTP_SERVER_COMPLETED_COUNT_VIEW
-
HTTP_SERVER_RECEIVED_BYTES_VIEW
-
HTTP_SERVER_SENT_BYTES_VIEW
-
HTTP_SERVER_LATENCY_VIEW
-
-
Constructor Details
-
HttpViewConstants
private HttpViewConstants()
-