Class RpcViewConstants
- java.lang.Object
-
- io.opencensus.contrib.grpc.metrics.RpcViewConstants
-
public final class RpcViewConstants extends java.lang.ObjectConstants for exporting views on rpc stats.- Since:
- 0.8
-
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description privateRpcViewConstants()
-
-
-
Field Detail
-
RPC_BYTES_BUCKET_BOUNDARIES
static final java.util.List<java.lang.Double> RPC_BYTES_BUCKET_BOUNDARIES
-
RPC_MILLIS_BUCKET_BOUNDARIES
static final java.util.List<java.lang.Double> RPC_MILLIS_BUCKET_BOUNDARIES
-
RPC_MILLIS_BUCKET_BOUNDARIES_DEPRECATED
static final java.util.List<java.lang.Double> RPC_MILLIS_BUCKET_BOUNDARIES_DEPRECATED
-
RPC_COUNT_BUCKET_BOUNDARIES
static final java.util.List<java.lang.Double> RPC_COUNT_BUCKET_BOUNDARIES
-
RETRY_COUNT_PER_CALL_BUCKET_BOUNDARIES
static final java.util.List<java.lang.Double> RETRY_COUNT_PER_CALL_BUCKET_BOUNDARIES
-
MEAN
static final Aggregation MEAN
-
COUNT
static final Aggregation COUNT
-
SUM
static final Aggregation SUM
-
AGGREGATION_WITH_BYTES_HISTOGRAM
static final Aggregation AGGREGATION_WITH_BYTES_HISTOGRAM
-
AGGREGATION_WITH_MILLIS_HISTOGRAM
static final Aggregation AGGREGATION_WITH_MILLIS_HISTOGRAM
-
AGGREGATION_WITH_MILLIS_HISTOGRAM_DEPRECATED
static final Aggregation AGGREGATION_WITH_MILLIS_HISTOGRAM_DEPRECATED
-
AGGREGATION_WITH_COUNT_HISTOGRAM
static final Aggregation AGGREGATION_WITH_COUNT_HISTOGRAM
-
AGGREGATION_WITH_COUNT_RETRY_HISTOGRAM
static final Aggregation AGGREGATION_WITH_COUNT_RETRY_HISTOGRAM
-
MINUTE
static final Duration MINUTE
-
HOUR
static final Duration HOUR
-
CUMULATIVE
static final View.AggregationWindow CUMULATIVE
-
INTERVAL_MINUTE
static final View.AggregationWindow INTERVAL_MINUTE
-
INTERVAL_HOUR
static final View.AggregationWindow INTERVAL_HOUR
-
RPC_CLIENT_ERROR_COUNT_VIEW
@Deprecated public static final View RPC_CLIENT_ERROR_COUNT_VIEW
Deprecated.since error count measure is deprecated.CumulativeViewfor client RPC errors.- Since:
- 0.8
-
RPC_CLIENT_ROUNDTRIP_LATENCY_VIEW
@Deprecated public static final View RPC_CLIENT_ROUNDTRIP_LATENCY_VIEW
Deprecated.in favor ofGRPC_CLIENT_ROUNDTRIP_LATENCY_VIEW.CumulativeViewfor client roundtrip latency in milliseconds.- Since:
- 0.8
-
RPC_CLIENT_SERVER_ELAPSED_TIME_VIEW
@Deprecated public static final View RPC_CLIENT_SERVER_ELAPSED_TIME_VIEW
Deprecated.in favor ofGRPC_CLIENT_SERVER_LATENCY_VIEW.CumulativeViewfor client server elapsed time in milliseconds.- Since:
- 0.8
-
RPC_CLIENT_REQUEST_BYTES_VIEW
@Deprecated public static final View RPC_CLIENT_REQUEST_BYTES_VIEW
Deprecated.in favor ofGRPC_CLIENT_SENT_BYTES_PER_RPC_VIEW.CumulativeViewfor client request bytes.- Since:
- 0.8
-
RPC_CLIENT_RESPONSE_BYTES_VIEW
@Deprecated public static final View RPC_CLIENT_RESPONSE_BYTES_VIEW
Deprecated.in favor ofGRPC_CLIENT_RECEIVED_BYTES_PER_RPC_VIEW.CumulativeViewfor client response bytes.- Since:
- 0.8
-
RPC_CLIENT_UNCOMPRESSED_REQUEST_BYTES_VIEW
@Deprecated public static final View RPC_CLIENT_UNCOMPRESSED_REQUEST_BYTES_VIEW
Deprecated.in favor ofGRPC_CLIENT_SENT_BYTES_PER_RPC_VIEW.CumulativeViewfor client uncompressed request bytes.- Since:
- 0.8
-
RPC_CLIENT_UNCOMPRESSED_RESPONSE_BYTES_VIEW
@Deprecated public static final View RPC_CLIENT_UNCOMPRESSED_RESPONSE_BYTES_VIEW
Deprecated.in favor ofGRPC_CLIENT_RECEIVED_BYTES_PER_RPC_VIEW.CumulativeViewfor client uncompressed response bytes.- Since:
- 0.8
-
RPC_CLIENT_REQUEST_COUNT_VIEW
@Deprecated public static final View RPC_CLIENT_REQUEST_COUNT_VIEW
Deprecated.in favor ofGRPC_CLIENT_SENT_MESSAGES_PER_RPC_VIEW.CumulativeViewfor client request message counts.- Since:
- 0.8
-
RPC_CLIENT_RESPONSE_COUNT_VIEW
@Deprecated public static final View RPC_CLIENT_RESPONSE_COUNT_VIEW
Deprecated.in favor ofGRPC_CLIENT_RECEIVED_MESSAGES_PER_RPC_VIEW.CumulativeViewfor client response message counts.- Since:
- 0.8
-
RPC_CLIENT_STARTED_COUNT_CUMULATIVE_VIEW
@Deprecated public static final View RPC_CLIENT_STARTED_COUNT_CUMULATIVE_VIEW
Deprecated.in favor ofGRPC_CLIENT_STARTED_RPC_VIEW.CumulativeViewfor started client RPCs.- Since:
- 0.12
-
RPC_CLIENT_FINISHED_COUNT_CUMULATIVE_VIEW
@Deprecated public static final View RPC_CLIENT_FINISHED_COUNT_CUMULATIVE_VIEW
Deprecated.in favor ofGRPC_CLIENT_COMPLETED_RPC_VIEW.CumulativeViewfor finished client RPCs.- Since:
- 0.12
-
GRPC_CLIENT_ROUNDTRIP_LATENCY_VIEW
public static final View GRPC_CLIENT_ROUNDTRIP_LATENCY_VIEW
Viewfor client roundtrip latency in milliseconds.- Since:
- 0.13
-
GRPC_CLIENT_SERVER_LATENCY_VIEW
public static final View GRPC_CLIENT_SERVER_LATENCY_VIEW
Viewfor client server latency in milliseconds.- Since:
- 0.13
-
GRPC_CLIENT_SENT_BYTES_PER_RPC_VIEW
public static final View GRPC_CLIENT_SENT_BYTES_PER_RPC_VIEW
Viewfor client sent bytes per RPC.- Since:
- 0.13
-
GRPC_CLIENT_RECEIVED_BYTES_PER_RPC_VIEW
public static final View GRPC_CLIENT_RECEIVED_BYTES_PER_RPC_VIEW
Viewfor client received bytes per RPC.- Since:
- 0.13
-
GRPC_CLIENT_SENT_MESSAGES_PER_RPC_VIEW
public static final View GRPC_CLIENT_SENT_MESSAGES_PER_RPC_VIEW
Viewfor client sent messages per RPC.- Since:
- 0.13
-
GRPC_CLIENT_RECEIVED_MESSAGES_PER_RPC_VIEW
public static final View GRPC_CLIENT_RECEIVED_MESSAGES_PER_RPC_VIEW
Viewfor client received messages per RPC.- Since:
- 0.13
-
GRPC_CLIENT_SENT_BYTES_PER_METHOD_VIEW
public static final View GRPC_CLIENT_SENT_BYTES_PER_METHOD_VIEW
Viewfor client sent bytes per method.- Since:
- 0.18
-
GRPC_CLIENT_RECEIVED_BYTES_PER_METHOD_VIEW
public static final View GRPC_CLIENT_RECEIVED_BYTES_PER_METHOD_VIEW
Viewfor client received bytes per method.- Since:
- 0.18
-
GRPC_CLIENT_SENT_MESSAGES_PER_METHOD_VIEW
public static final View GRPC_CLIENT_SENT_MESSAGES_PER_METHOD_VIEW
Viewfor client sent messages.- Since:
- 0.18
-
GRPC_CLIENT_RECEIVED_MESSAGES_PER_METHOD_VIEW
public static final View GRPC_CLIENT_RECEIVED_MESSAGES_PER_METHOD_VIEW
Viewfor client received messages.- Since:
- 0.18
-
GRPC_CLIENT_COMPLETED_RPC_VIEW
public static final View GRPC_CLIENT_COMPLETED_RPC_VIEW
Viewfor completed client RPCs.This
Viewuses measureGRPC_CLIENT_ROUNDTRIP_LATENCY, since completed RPCs can be inferred over any measure recorded once per RPC (since it's just a count aggregation over the measure). It would be unnecessary to use a separate "count" measure.- Since:
- 0.13
-
GRPC_CLIENT_STARTED_RPC_VIEW
public static final View GRPC_CLIENT_STARTED_RPC_VIEW
Viewfor started client RPCs.- Since:
- 0.14
-
GRPC_CLIENT_RETRIES_PER_CALL_VIEW
public static final View GRPC_CLIENT_RETRIES_PER_CALL_VIEW
Viewfor client retries per call.- Since:
- 0.28
-
GRPC_CLIENT_TRANSPARENT_RETRIES_VIEW
public static final View GRPC_CLIENT_TRANSPARENT_RETRIES_VIEW
Viewfor total transparent client retries across calls.- Since:
- 0.28
-
GRPC_CLIENT_RETRY_DELAY_PER_CALL_VIEW
public static final View GRPC_CLIENT_RETRY_DELAY_PER_CALL_VIEW
Viewfor total time of delay while there is no active attempt during the client call.- Since:
- 0.28
-
GRPC_CLIENT_RETRIES_VIEW
public static final View GRPC_CLIENT_RETRIES_VIEW
Viewfor total retries across all calls, excluding transparent retries.- Since:
- 0.28
-
GRPC_CLIENT_TRANSPARENT_RETRIES_PER_CALL_VIEW
public static final View GRPC_CLIENT_TRANSPARENT_RETRIES_PER_CALL_VIEW
Viewfor transparent retries per call.- Since:
- 0.28
-
RPC_SERVER_ERROR_COUNT_VIEW
@Deprecated public static final View RPC_SERVER_ERROR_COUNT_VIEW
Deprecated.since error count measure is deprecated.CumulativeViewfor server RPC errors.- Since:
- 0.8
-
RPC_SERVER_SERVER_LATENCY_VIEW
@Deprecated public static final View RPC_SERVER_SERVER_LATENCY_VIEW
Deprecated.in favor ofGRPC_SERVER_SERVER_LATENCY_VIEW.CumulativeViewfor server latency in milliseconds.- Since:
- 0.8
-
RPC_SERVER_SERVER_ELAPSED_TIME_VIEW
@Deprecated public static final View RPC_SERVER_SERVER_ELAPSED_TIME_VIEW
Deprecated.in favor ofGRPC_SERVER_SERVER_LATENCY_VIEW.CumulativeViewfor server elapsed time in milliseconds.- Since:
- 0.8
-
RPC_SERVER_REQUEST_BYTES_VIEW
@Deprecated public static final View RPC_SERVER_REQUEST_BYTES_VIEW
Deprecated.in favor ofGRPC_SERVER_RECEIVED_BYTES_PER_RPC_VIEW.CumulativeViewfor server request bytes.- Since:
- 0.8
-
RPC_SERVER_RESPONSE_BYTES_VIEW
@Deprecated public static final View RPC_SERVER_RESPONSE_BYTES_VIEW
Deprecated.in favor ofGRPC_SERVER_SENT_BYTES_PER_RPC_VIEW.CumulativeViewfor server response bytes.- Since:
- 0.8
-
RPC_SERVER_UNCOMPRESSED_REQUEST_BYTES_VIEW
@Deprecated public static final View RPC_SERVER_UNCOMPRESSED_REQUEST_BYTES_VIEW
Deprecated.in favor ofGRPC_SERVER_RECEIVED_BYTES_PER_RPC_VIEW.CumulativeViewfor server uncompressed request bytes.- Since:
- 0.8
-
RPC_SERVER_UNCOMPRESSED_RESPONSE_BYTES_VIEW
@Deprecated public static final View RPC_SERVER_UNCOMPRESSED_RESPONSE_BYTES_VIEW
Deprecated.in favor ofGRPC_SERVER_SENT_BYTES_PER_RPC_VIEW.CumulativeViewfor server uncompressed response bytes.- Since:
- 0.8
-
RPC_SERVER_REQUEST_COUNT_VIEW
@Deprecated public static final View RPC_SERVER_REQUEST_COUNT_VIEW
Deprecated.in favor ofGRPC_SERVER_RECEIVED_MESSAGES_PER_RPC_VIEW.CumulativeViewfor server request message counts.- Since:
- 0.8
-
RPC_SERVER_RESPONSE_COUNT_VIEW
@Deprecated public static final View RPC_SERVER_RESPONSE_COUNT_VIEW
Deprecated.in favor ofGRPC_SERVER_SENT_MESSAGES_PER_RPC_VIEW.CumulativeViewfor server response message counts.- Since:
- 0.8
-
RPC_SERVER_STARTED_COUNT_CUMULATIVE_VIEW
@Deprecated public static final View RPC_SERVER_STARTED_COUNT_CUMULATIVE_VIEW
Deprecated.in favor ofGRPC_SERVER_STARTED_RPC_VIEW.CumulativeViewfor started server RPCs.- Since:
- 0.12
-
RPC_SERVER_FINISHED_COUNT_CUMULATIVE_VIEW
@Deprecated public static final View RPC_SERVER_FINISHED_COUNT_CUMULATIVE_VIEW
Deprecated.in favor ofGRPC_SERVER_COMPLETED_RPC_VIEW.CumulativeViewfor finished server RPCs.- Since:
- 0.12
-
GRPC_SERVER_SERVER_LATENCY_VIEW
public static final View GRPC_SERVER_SERVER_LATENCY_VIEW
Viewfor server server latency in milliseconds.- Since:
- 0.13
-
GRPC_SERVER_SENT_BYTES_PER_RPC_VIEW
public static final View GRPC_SERVER_SENT_BYTES_PER_RPC_VIEW
Viewfor server sent bytes per RPC.- Since:
- 0.13
-
GRPC_SERVER_RECEIVED_BYTES_PER_RPC_VIEW
public static final View GRPC_SERVER_RECEIVED_BYTES_PER_RPC_VIEW
Viewfor server received bytes per RPC.- Since:
- 0.13
-
GRPC_SERVER_SENT_MESSAGES_PER_RPC_VIEW
public static final View GRPC_SERVER_SENT_MESSAGES_PER_RPC_VIEW
Viewfor server sent messages per RPC.- Since:
- 0.13
-
GRPC_SERVER_RECEIVED_MESSAGES_PER_RPC_VIEW
public static final View GRPC_SERVER_RECEIVED_MESSAGES_PER_RPC_VIEW
Viewfor server received messages per RPC.- Since:
- 0.13
-
GRPC_SERVER_SENT_BYTES_PER_METHOD_VIEW
public static final View GRPC_SERVER_SENT_BYTES_PER_METHOD_VIEW
Viewfor total server sent bytes per method.- Since:
- 0.18
-
GRPC_SERVER_RECEIVED_BYTES_PER_METHOD_VIEW
public static final View GRPC_SERVER_RECEIVED_BYTES_PER_METHOD_VIEW
Viewfor total server received bytes per method.- Since:
- 0.18
-
GRPC_SERVER_SENT_MESSAGES_PER_METHOD_VIEW
public static final View GRPC_SERVER_SENT_MESSAGES_PER_METHOD_VIEW
Viewfor server sent messages.- Since:
- 0.18
-
GRPC_SERVER_RECEIVED_MESSAGES_PER_METHOD_VIEW
public static final View GRPC_SERVER_RECEIVED_MESSAGES_PER_METHOD_VIEW
Viewfor server received messages.- Since:
- 0.18
-
GRPC_SERVER_COMPLETED_RPC_VIEW
public static final View GRPC_SERVER_COMPLETED_RPC_VIEW
Viewfor completed server RPCs.This
Viewuses measureGRPC_SERVER_SERVER_LATENCY, since completed RPCs can be inferred over any measure recorded once per RPC (since it's just a count aggregation over the measure). It would be unnecessary to use a separate "count" measure.- Since:
- 0.13
-
GRPC_SERVER_STARTED_RPC_VIEW
public static final View GRPC_SERVER_STARTED_RPC_VIEW
Viewfor started server RPCs.- Since:
- 0.14
-
RPC_CLIENT_ROUNDTRIP_LATENCY_MINUTE_VIEW
public static final View RPC_CLIENT_ROUNDTRIP_LATENCY_MINUTE_VIEW
MinuteViewfor client roundtrip latency in milliseconds.- Since:
- 0.8
-
RPC_CLIENT_REQUEST_BYTES_MINUTE_VIEW
public static final View RPC_CLIENT_REQUEST_BYTES_MINUTE_VIEW
MinuteViewfor client request bytes.- Since:
- 0.8
-
RPC_CLIENT_RESPONSE_BYTES_MINUTE_VIEW
public static final View RPC_CLIENT_RESPONSE_BYTES_MINUTE_VIEW
MinuteViewfor client response bytes.- Since:
- 0.8
-
RPC_CLIENT_ERROR_COUNT_MINUTE_VIEW
public static final View RPC_CLIENT_ERROR_COUNT_MINUTE_VIEW
MinuteViewfor client RPC errors.- Since:
- 0.8
-
RPC_CLIENT_UNCOMPRESSED_REQUEST_BYTES_MINUTE_VIEW
public static final View RPC_CLIENT_UNCOMPRESSED_REQUEST_BYTES_MINUTE_VIEW
MinuteViewfor client uncompressed request bytes.- Since:
- 0.8
-
RPC_CLIENT_UNCOMPRESSED_RESPONSE_BYTES_MINUTE_VIEW
public static final View RPC_CLIENT_UNCOMPRESSED_RESPONSE_BYTES_MINUTE_VIEW
MinuteViewfor client uncompressed response bytes.- Since:
- 0.8
-
RPC_CLIENT_SERVER_ELAPSED_TIME_MINUTE_VIEW
public static final View RPC_CLIENT_SERVER_ELAPSED_TIME_MINUTE_VIEW
MinuteViewfor client server elapsed time in milliseconds.- Since:
- 0.8
-
RPC_CLIENT_STARTED_COUNT_MINUTE_VIEW
public static final View RPC_CLIENT_STARTED_COUNT_MINUTE_VIEW
MinuteViewfor started client RPCs.- Since:
- 0.8
-
RPC_CLIENT_FINISHED_COUNT_MINUTE_VIEW
public static final View RPC_CLIENT_FINISHED_COUNT_MINUTE_VIEW
MinuteViewfor finished client RPCs.- Since:
- 0.8
-
RPC_CLIENT_REQUEST_COUNT_MINUTE_VIEW
public static final View RPC_CLIENT_REQUEST_COUNT_MINUTE_VIEW
MinuteViewfor client request messages.- Since:
- 0.8
-
RPC_CLIENT_RESPONSE_COUNT_MINUTE_VIEW
public static final View RPC_CLIENT_RESPONSE_COUNT_MINUTE_VIEW
MinuteViewfor client response messages.- Since:
- 0.8
-
RPC_CLIENT_ROUNDTRIP_LATENCY_HOUR_VIEW
public static final View RPC_CLIENT_ROUNDTRIP_LATENCY_HOUR_VIEW
HourViewfor client roundtrip latency in milliseconds.- Since:
- 0.8
-
RPC_CLIENT_REQUEST_BYTES_HOUR_VIEW
public static final View RPC_CLIENT_REQUEST_BYTES_HOUR_VIEW
HourViewfor client request bytes.- Since:
- 0.8
-
RPC_CLIENT_RESPONSE_BYTES_HOUR_VIEW
public static final View RPC_CLIENT_RESPONSE_BYTES_HOUR_VIEW
HourViewfor client response bytes.- Since:
- 0.8
-
RPC_CLIENT_ERROR_COUNT_HOUR_VIEW
public static final View RPC_CLIENT_ERROR_COUNT_HOUR_VIEW
HourViewfor client RPC errors.- Since:
- 0.8
-
RPC_CLIENT_UNCOMPRESSED_REQUEST_BYTES_HOUR_VIEW
public static final View RPC_CLIENT_UNCOMPRESSED_REQUEST_BYTES_HOUR_VIEW
HourViewfor client uncompressed request bytes.- Since:
- 0.8
-
RPC_CLIENT_UNCOMPRESSED_RESPONSE_BYTES_HOUR_VIEW
public static final View RPC_CLIENT_UNCOMPRESSED_RESPONSE_BYTES_HOUR_VIEW
HourViewfor client uncompressed response bytes.- Since:
- 0.8
-
RPC_CLIENT_SERVER_ELAPSED_TIME_HOUR_VIEW
public static final View RPC_CLIENT_SERVER_ELAPSED_TIME_HOUR_VIEW
HourViewfor client server elapsed time in milliseconds.- Since:
- 0.8
-
RPC_CLIENT_STARTED_COUNT_HOUR_VIEW
public static final View RPC_CLIENT_STARTED_COUNT_HOUR_VIEW
HourViewfor started client RPCs.- Since:
- 0.8
-
RPC_CLIENT_FINISHED_COUNT_HOUR_VIEW
public static final View RPC_CLIENT_FINISHED_COUNT_HOUR_VIEW
HourViewfor finished client RPCs.- Since:
- 0.8
-
RPC_CLIENT_REQUEST_COUNT_HOUR_VIEW
public static final View RPC_CLIENT_REQUEST_COUNT_HOUR_VIEW
HourViewfor client request messages.- Since:
- 0.8
-
RPC_CLIENT_RESPONSE_COUNT_HOUR_VIEW
public static final View RPC_CLIENT_RESPONSE_COUNT_HOUR_VIEW
HourViewfor client response messages.- Since:
- 0.8
-
RPC_SERVER_SERVER_LATENCY_MINUTE_VIEW
public static final View RPC_SERVER_SERVER_LATENCY_MINUTE_VIEW
MinuteViewfor server latency in milliseconds.- Since:
- 0.8
-
RPC_SERVER_REQUEST_BYTES_MINUTE_VIEW
public static final View RPC_SERVER_REQUEST_BYTES_MINUTE_VIEW
MinuteViewfor server request bytes.- Since:
- 0.8
-
RPC_SERVER_RESPONSE_BYTES_MINUTE_VIEW
public static final View RPC_SERVER_RESPONSE_BYTES_MINUTE_VIEW
MinuteViewfor server response bytes.- Since:
- 0.8
-
RPC_SERVER_ERROR_COUNT_MINUTE_VIEW
public static final View RPC_SERVER_ERROR_COUNT_MINUTE_VIEW
MinuteViewfor server RPC errors.- Since:
- 0.8
-
RPC_SERVER_UNCOMPRESSED_REQUEST_BYTES_MINUTE_VIEW
public static final View RPC_SERVER_UNCOMPRESSED_REQUEST_BYTES_MINUTE_VIEW
MinuteViewfor server uncompressed request bytes.- Since:
- 0.8
-
RPC_SERVER_UNCOMPRESSED_RESPONSE_BYTES_MINUTE_VIEW
public static final View RPC_SERVER_UNCOMPRESSED_RESPONSE_BYTES_MINUTE_VIEW
MinuteViewfor server uncompressed response bytes.- Since:
- 0.8
-
RPC_SERVER_SERVER_ELAPSED_TIME_MINUTE_VIEW
public static final View RPC_SERVER_SERVER_ELAPSED_TIME_MINUTE_VIEW
MinuteViewfor server elapsed time in milliseconds.- Since:
- 0.8
-
RPC_SERVER_STARTED_COUNT_MINUTE_VIEW
public static final View RPC_SERVER_STARTED_COUNT_MINUTE_VIEW
MinuteViewfor started server RPCs.- Since:
- 0.8
-
RPC_SERVER_FINISHED_COUNT_MINUTE_VIEW
public static final View RPC_SERVER_FINISHED_COUNT_MINUTE_VIEW
MinuteViewfor finished server RPCs.- Since:
- 0.8
-
RPC_SERVER_REQUEST_COUNT_MINUTE_VIEW
public static final View RPC_SERVER_REQUEST_COUNT_MINUTE_VIEW
MinuteViewfor server request messages.- Since:
- 0.8
-
RPC_SERVER_RESPONSE_COUNT_MINUTE_VIEW
public static final View RPC_SERVER_RESPONSE_COUNT_MINUTE_VIEW
MinuteViewfor server response messages.- Since:
- 0.8
-
RPC_SERVER_SERVER_LATENCY_HOUR_VIEW
public static final View RPC_SERVER_SERVER_LATENCY_HOUR_VIEW
HourViewfor server latency in milliseconds.- Since:
- 0.8
-
RPC_SERVER_REQUEST_BYTES_HOUR_VIEW
public static final View RPC_SERVER_REQUEST_BYTES_HOUR_VIEW
HourViewfor server request bytes.- Since:
- 0.8
-
RPC_SERVER_RESPONSE_BYTES_HOUR_VIEW
public static final View RPC_SERVER_RESPONSE_BYTES_HOUR_VIEW
HourViewfor server response bytes.- Since:
- 0.8
-
RPC_SERVER_ERROR_COUNT_HOUR_VIEW
public static final View RPC_SERVER_ERROR_COUNT_HOUR_VIEW
HourViewfor server RPC errors.- Since:
- 0.8
-
RPC_SERVER_UNCOMPRESSED_REQUEST_BYTES_HOUR_VIEW
public static final View RPC_SERVER_UNCOMPRESSED_REQUEST_BYTES_HOUR_VIEW
HourViewfor server uncompressed request bytes.- Since:
- 0.8
-
RPC_SERVER_UNCOMPRESSED_RESPONSE_BYTES_HOUR_VIEW
public static final View RPC_SERVER_UNCOMPRESSED_RESPONSE_BYTES_HOUR_VIEW
HourViewfor server uncompressed response bytes.- Since:
- 0.8
-
RPC_SERVER_SERVER_ELAPSED_TIME_HOUR_VIEW
public static final View RPC_SERVER_SERVER_ELAPSED_TIME_HOUR_VIEW
HourViewfor server elapsed time in milliseconds.- Since:
- 0.8
-
RPC_SERVER_STARTED_COUNT_HOUR_VIEW
public static final View RPC_SERVER_STARTED_COUNT_HOUR_VIEW
HourViewfor started server RPCs.- Since:
- 0.8
-
RPC_SERVER_FINISHED_COUNT_HOUR_VIEW
public static final View RPC_SERVER_FINISHED_COUNT_HOUR_VIEW
HourViewfor finished server RPCs.- Since:
- 0.8
-
RPC_SERVER_REQUEST_COUNT_HOUR_VIEW
public static final View RPC_SERVER_REQUEST_COUNT_HOUR_VIEW
HourViewfor server request messages.- Since:
- 0.8
-
-