public final class RpcViewConstants extends Object
| Modifier and Type | Field and Description |
|---|---|
static io.opencensus.stats.View |
GRPC_CLIENT_COMPLETED_RPC_VIEW
View for completed client RPCs. |
static io.opencensus.stats.View |
GRPC_CLIENT_RECEIVED_BYTES_PER_METHOD_VIEW
View for client received bytes per method. |
static io.opencensus.stats.View |
GRPC_CLIENT_RECEIVED_BYTES_PER_RPC_VIEW
View for client received bytes per RPC. |
static io.opencensus.stats.View |
GRPC_CLIENT_RECEIVED_MESSAGES_PER_METHOD_VIEW
View for client received messages. |
static io.opencensus.stats.View |
GRPC_CLIENT_RECEIVED_MESSAGES_PER_RPC_VIEW
View for client received messages per RPC. |
static io.opencensus.stats.View |
GRPC_CLIENT_RETRIES_PER_CALL_VIEW
View for client retries per call. |
static io.opencensus.stats.View |
GRPC_CLIENT_RETRIES_VIEW
View for total retries across all calls, excluding transparent retries. |
static io.opencensus.stats.View |
GRPC_CLIENT_RETRY_DELAY_PER_CALL_VIEW
View for total time of delay while there is no active attempt during the client call. |
static io.opencensus.stats.View |
GRPC_CLIENT_ROUNDTRIP_LATENCY_VIEW
View for client roundtrip latency in milliseconds. |
static io.opencensus.stats.View |
GRPC_CLIENT_SENT_BYTES_PER_METHOD_VIEW
View for client sent bytes per method. |
static io.opencensus.stats.View |
GRPC_CLIENT_SENT_BYTES_PER_RPC_VIEW
View for client sent bytes per RPC. |
static io.opencensus.stats.View |
GRPC_CLIENT_SENT_MESSAGES_PER_METHOD_VIEW
View for client sent messages. |
static io.opencensus.stats.View |
GRPC_CLIENT_SENT_MESSAGES_PER_RPC_VIEW
View for client sent messages per RPC. |
static io.opencensus.stats.View |
GRPC_CLIENT_SERVER_LATENCY_VIEW
View for client server latency in milliseconds. |
static io.opencensus.stats.View |
GRPC_CLIENT_STARTED_RPC_VIEW
View for started client RPCs. |
static io.opencensus.stats.View |
GRPC_CLIENT_TRANSPARENT_RETRIES_PER_CALL_VIEW
View for transparent retries per call. |
static io.opencensus.stats.View |
GRPC_CLIENT_TRANSPARENT_RETRIES_VIEW
View for total transparent client retries across calls. |
static io.opencensus.stats.View |
GRPC_SERVER_COMPLETED_RPC_VIEW
View for completed server RPCs. |
static io.opencensus.stats.View |
GRPC_SERVER_RECEIVED_BYTES_PER_METHOD_VIEW
View for total server received bytes per method. |
static io.opencensus.stats.View |
GRPC_SERVER_RECEIVED_BYTES_PER_RPC_VIEW
View for server received bytes per RPC. |
static io.opencensus.stats.View |
GRPC_SERVER_RECEIVED_MESSAGES_PER_METHOD_VIEW
View for server received messages. |
static io.opencensus.stats.View |
GRPC_SERVER_RECEIVED_MESSAGES_PER_RPC_VIEW
View for server received messages per RPC. |
static io.opencensus.stats.View |
GRPC_SERVER_SENT_BYTES_PER_METHOD_VIEW
View for total server sent bytes per method. |
static io.opencensus.stats.View |
GRPC_SERVER_SENT_BYTES_PER_RPC_VIEW
View for server sent bytes per RPC. |
static io.opencensus.stats.View |
GRPC_SERVER_SENT_MESSAGES_PER_METHOD_VIEW
View for server sent messages. |
static io.opencensus.stats.View |
GRPC_SERVER_SENT_MESSAGES_PER_RPC_VIEW
View for server sent messages per RPC. |
static io.opencensus.stats.View |
GRPC_SERVER_SERVER_LATENCY_VIEW
View for server server latency in milliseconds. |
static io.opencensus.stats.View |
GRPC_SERVER_STARTED_RPC_VIEW
View for started server RPCs. |
static io.opencensus.stats.View |
RPC_CLIENT_ERROR_COUNT_HOUR_VIEW
Hour
View for client RPC errors. |
static io.opencensus.stats.View |
RPC_CLIENT_ERROR_COUNT_MINUTE_VIEW
Minute
View for client RPC errors. |
static io.opencensus.stats.View |
RPC_CLIENT_ERROR_COUNT_VIEW
Deprecated.
since error count measure is deprecated.
|
static io.opencensus.stats.View |
RPC_CLIENT_FINISHED_COUNT_CUMULATIVE_VIEW
Deprecated.
in favor of
GRPC_CLIENT_COMPLETED_RPC_VIEW. |
static io.opencensus.stats.View |
RPC_CLIENT_FINISHED_COUNT_HOUR_VIEW
Hour
View for finished client RPCs. |
static io.opencensus.stats.View |
RPC_CLIENT_FINISHED_COUNT_MINUTE_VIEW
Minute
View for finished client RPCs. |
static io.opencensus.stats.View |
RPC_CLIENT_REQUEST_BYTES_HOUR_VIEW
Hour
View for client request bytes. |
static io.opencensus.stats.View |
RPC_CLIENT_REQUEST_BYTES_MINUTE_VIEW
Minute
View for client request bytes. |
static io.opencensus.stats.View |
RPC_CLIENT_REQUEST_BYTES_VIEW
Deprecated.
in favor of
GRPC_CLIENT_SENT_BYTES_PER_RPC_VIEW. |
static io.opencensus.stats.View |
RPC_CLIENT_REQUEST_COUNT_HOUR_VIEW
Hour
View for client request messages. |
static io.opencensus.stats.View |
RPC_CLIENT_REQUEST_COUNT_MINUTE_VIEW
Minute
View for client request messages. |
static io.opencensus.stats.View |
RPC_CLIENT_REQUEST_COUNT_VIEW
Deprecated.
in favor of
GRPC_CLIENT_SENT_MESSAGES_PER_RPC_VIEW. |
static io.opencensus.stats.View |
RPC_CLIENT_RESPONSE_BYTES_HOUR_VIEW
Hour
View for client response bytes. |
static io.opencensus.stats.View |
RPC_CLIENT_RESPONSE_BYTES_MINUTE_VIEW
Minute
View for client response bytes. |
static io.opencensus.stats.View |
RPC_CLIENT_RESPONSE_BYTES_VIEW
Deprecated.
in favor of
GRPC_CLIENT_RECEIVED_BYTES_PER_RPC_VIEW. |
static io.opencensus.stats.View |
RPC_CLIENT_RESPONSE_COUNT_HOUR_VIEW
Hour
View for client response messages. |
static io.opencensus.stats.View |
RPC_CLIENT_RESPONSE_COUNT_MINUTE_VIEW
Minute
View for client response messages. |
static io.opencensus.stats.View |
RPC_CLIENT_RESPONSE_COUNT_VIEW
Deprecated.
in favor of
GRPC_CLIENT_RECEIVED_MESSAGES_PER_RPC_VIEW. |
static io.opencensus.stats.View |
RPC_CLIENT_ROUNDTRIP_LATENCY_HOUR_VIEW
Hour
View for client roundtrip latency in milliseconds. |
static io.opencensus.stats.View |
RPC_CLIENT_ROUNDTRIP_LATENCY_MINUTE_VIEW
Minute
View for client roundtrip latency in milliseconds. |
static io.opencensus.stats.View |
RPC_CLIENT_ROUNDTRIP_LATENCY_VIEW
Deprecated.
in favor of
GRPC_CLIENT_ROUNDTRIP_LATENCY_VIEW. |
static io.opencensus.stats.View |
RPC_CLIENT_SERVER_ELAPSED_TIME_HOUR_VIEW
Hour
View for client server elapsed time in milliseconds. |
static io.opencensus.stats.View |
RPC_CLIENT_SERVER_ELAPSED_TIME_MINUTE_VIEW
Minute
View for client server elapsed time in milliseconds. |
static io.opencensus.stats.View |
RPC_CLIENT_SERVER_ELAPSED_TIME_VIEW
Deprecated.
in favor of
GRPC_CLIENT_SERVER_LATENCY_VIEW. |
static io.opencensus.stats.View |
RPC_CLIENT_STARTED_COUNT_CUMULATIVE_VIEW
Deprecated.
in favor of
GRPC_CLIENT_STARTED_RPC_VIEW. |
static io.opencensus.stats.View |
RPC_CLIENT_STARTED_COUNT_HOUR_VIEW
Hour
View for started client RPCs. |
static io.opencensus.stats.View |
RPC_CLIENT_STARTED_COUNT_MINUTE_VIEW
Minute
View for started client RPCs. |
static io.opencensus.stats.View |
RPC_CLIENT_UNCOMPRESSED_REQUEST_BYTES_HOUR_VIEW
Hour
View for client uncompressed request bytes. |
static io.opencensus.stats.View |
RPC_CLIENT_UNCOMPRESSED_REQUEST_BYTES_MINUTE_VIEW
Minute
View for client uncompressed request bytes. |
static io.opencensus.stats.View |
RPC_CLIENT_UNCOMPRESSED_REQUEST_BYTES_VIEW
Deprecated.
in favor of
GRPC_CLIENT_SENT_BYTES_PER_RPC_VIEW. |
static io.opencensus.stats.View |
RPC_CLIENT_UNCOMPRESSED_RESPONSE_BYTES_HOUR_VIEW
Hour
View for client uncompressed response bytes. |
static io.opencensus.stats.View |
RPC_CLIENT_UNCOMPRESSED_RESPONSE_BYTES_MINUTE_VIEW
Minute
View for client uncompressed response bytes. |
static io.opencensus.stats.View |
RPC_CLIENT_UNCOMPRESSED_RESPONSE_BYTES_VIEW
Deprecated.
in favor of
GRPC_CLIENT_RECEIVED_BYTES_PER_RPC_VIEW. |
static io.opencensus.stats.View |
RPC_SERVER_ERROR_COUNT_HOUR_VIEW
Hour
View for server RPC errors. |
static io.opencensus.stats.View |
RPC_SERVER_ERROR_COUNT_MINUTE_VIEW
Minute
View for server RPC errors. |
static io.opencensus.stats.View |
RPC_SERVER_ERROR_COUNT_VIEW
Deprecated.
since error count measure is deprecated.
|
static io.opencensus.stats.View |
RPC_SERVER_FINISHED_COUNT_CUMULATIVE_VIEW
Deprecated.
in favor of
GRPC_SERVER_COMPLETED_RPC_VIEW. |
static io.opencensus.stats.View |
RPC_SERVER_FINISHED_COUNT_HOUR_VIEW
Hour
View for finished server RPCs. |
static io.opencensus.stats.View |
RPC_SERVER_FINISHED_COUNT_MINUTE_VIEW
Minute
View for finished server RPCs. |
static io.opencensus.stats.View |
RPC_SERVER_REQUEST_BYTES_HOUR_VIEW
Hour
View for server request bytes. |
static io.opencensus.stats.View |
RPC_SERVER_REQUEST_BYTES_MINUTE_VIEW
Minute
View for server request bytes. |
static io.opencensus.stats.View |
RPC_SERVER_REQUEST_BYTES_VIEW
Deprecated.
in favor of
GRPC_SERVER_RECEIVED_BYTES_PER_RPC_VIEW. |
static io.opencensus.stats.View |
RPC_SERVER_REQUEST_COUNT_HOUR_VIEW
Hour
View for server request messages. |
static io.opencensus.stats.View |
RPC_SERVER_REQUEST_COUNT_MINUTE_VIEW
Minute
View for server request messages. |
static io.opencensus.stats.View |
RPC_SERVER_REQUEST_COUNT_VIEW
Deprecated.
in favor of
GRPC_SERVER_RECEIVED_MESSAGES_PER_RPC_VIEW. |
static io.opencensus.stats.View |
RPC_SERVER_RESPONSE_BYTES_HOUR_VIEW
Hour
View for server response bytes. |
static io.opencensus.stats.View |
RPC_SERVER_RESPONSE_BYTES_MINUTE_VIEW
Minute
View for server response bytes. |
static io.opencensus.stats.View |
RPC_SERVER_RESPONSE_BYTES_VIEW
Deprecated.
in favor of
GRPC_SERVER_SENT_BYTES_PER_RPC_VIEW. |
static io.opencensus.stats.View |
RPC_SERVER_RESPONSE_COUNT_HOUR_VIEW
Hour
View for server response messages. |
static io.opencensus.stats.View |
RPC_SERVER_RESPONSE_COUNT_MINUTE_VIEW
Minute
View for server response messages. |
static io.opencensus.stats.View |
RPC_SERVER_RESPONSE_COUNT_VIEW
Deprecated.
in favor of
GRPC_SERVER_SENT_MESSAGES_PER_RPC_VIEW. |
static io.opencensus.stats.View |
RPC_SERVER_SERVER_ELAPSED_TIME_HOUR_VIEW
Hour
View for server elapsed time in milliseconds. |
static io.opencensus.stats.View |
RPC_SERVER_SERVER_ELAPSED_TIME_MINUTE_VIEW
Minute
View for server elapsed time in milliseconds. |
static io.opencensus.stats.View |
RPC_SERVER_SERVER_ELAPSED_TIME_VIEW
Deprecated.
in favor of
GRPC_SERVER_SERVER_LATENCY_VIEW. |
static io.opencensus.stats.View |
RPC_SERVER_SERVER_LATENCY_HOUR_VIEW
Hour
View for server latency in milliseconds. |
static io.opencensus.stats.View |
RPC_SERVER_SERVER_LATENCY_MINUTE_VIEW
Minute
View for server latency in milliseconds. |
static io.opencensus.stats.View |
RPC_SERVER_SERVER_LATENCY_VIEW
Deprecated.
in favor of
GRPC_SERVER_SERVER_LATENCY_VIEW. |
static io.opencensus.stats.View |
RPC_SERVER_STARTED_COUNT_CUMULATIVE_VIEW
Deprecated.
in favor of
GRPC_SERVER_STARTED_RPC_VIEW. |
static io.opencensus.stats.View |
RPC_SERVER_STARTED_COUNT_HOUR_VIEW
Hour
View for started server RPCs. |
static io.opencensus.stats.View |
RPC_SERVER_STARTED_COUNT_MINUTE_VIEW
Minute
View for started server RPCs. |
static io.opencensus.stats.View |
RPC_SERVER_UNCOMPRESSED_REQUEST_BYTES_HOUR_VIEW
Hour
View for server uncompressed request bytes. |
static io.opencensus.stats.View |
RPC_SERVER_UNCOMPRESSED_REQUEST_BYTES_MINUTE_VIEW
Minute
View for server uncompressed request bytes. |
static io.opencensus.stats.View |
RPC_SERVER_UNCOMPRESSED_REQUEST_BYTES_VIEW
Deprecated.
in favor of
GRPC_SERVER_RECEIVED_BYTES_PER_RPC_VIEW. |
static io.opencensus.stats.View |
RPC_SERVER_UNCOMPRESSED_RESPONSE_BYTES_HOUR_VIEW
Hour
View for server uncompressed response bytes. |
static io.opencensus.stats.View |
RPC_SERVER_UNCOMPRESSED_RESPONSE_BYTES_MINUTE_VIEW
Minute
View for server uncompressed response bytes. |
static io.opencensus.stats.View |
RPC_SERVER_UNCOMPRESSED_RESPONSE_BYTES_VIEW
Deprecated.
in favor of
GRPC_SERVER_SENT_BYTES_PER_RPC_VIEW. |
@Deprecated public static final io.opencensus.stats.View RPC_CLIENT_ERROR_COUNT_VIEW
View for client RPC errors.@Deprecated public static final io.opencensus.stats.View RPC_CLIENT_ROUNDTRIP_LATENCY_VIEW
GRPC_CLIENT_ROUNDTRIP_LATENCY_VIEW.View for client roundtrip latency in milliseconds.@Deprecated public static final io.opencensus.stats.View RPC_CLIENT_SERVER_ELAPSED_TIME_VIEW
GRPC_CLIENT_SERVER_LATENCY_VIEW.View for client server elapsed time in milliseconds.@Deprecated public static final io.opencensus.stats.View RPC_CLIENT_REQUEST_BYTES_VIEW
GRPC_CLIENT_SENT_BYTES_PER_RPC_VIEW.View for client request bytes.@Deprecated public static final io.opencensus.stats.View RPC_CLIENT_RESPONSE_BYTES_VIEW
GRPC_CLIENT_RECEIVED_BYTES_PER_RPC_VIEW.View for client response bytes.@Deprecated public static final io.opencensus.stats.View RPC_CLIENT_UNCOMPRESSED_REQUEST_BYTES_VIEW
GRPC_CLIENT_SENT_BYTES_PER_RPC_VIEW.View for client uncompressed request bytes.@Deprecated public static final io.opencensus.stats.View RPC_CLIENT_UNCOMPRESSED_RESPONSE_BYTES_VIEW
GRPC_CLIENT_RECEIVED_BYTES_PER_RPC_VIEW.View for client uncompressed response bytes.@Deprecated public static final io.opencensus.stats.View RPC_CLIENT_REQUEST_COUNT_VIEW
GRPC_CLIENT_SENT_MESSAGES_PER_RPC_VIEW.View for client request message counts.@Deprecated public static final io.opencensus.stats.View RPC_CLIENT_RESPONSE_COUNT_VIEW
GRPC_CLIENT_RECEIVED_MESSAGES_PER_RPC_VIEW.View for client response message counts.@Deprecated public static final io.opencensus.stats.View RPC_CLIENT_STARTED_COUNT_CUMULATIVE_VIEW
GRPC_CLIENT_STARTED_RPC_VIEW.View for started client RPCs.@Deprecated public static final io.opencensus.stats.View RPC_CLIENT_FINISHED_COUNT_CUMULATIVE_VIEW
GRPC_CLIENT_COMPLETED_RPC_VIEW.View for finished client RPCs.public static final io.opencensus.stats.View GRPC_CLIENT_ROUNDTRIP_LATENCY_VIEW
View for client roundtrip latency in milliseconds.public static final io.opencensus.stats.View GRPC_CLIENT_SERVER_LATENCY_VIEW
View for client server latency in milliseconds.public static final io.opencensus.stats.View GRPC_CLIENT_SENT_BYTES_PER_RPC_VIEW
View for client sent bytes per RPC.public static final io.opencensus.stats.View GRPC_CLIENT_RECEIVED_BYTES_PER_RPC_VIEW
View for client received bytes per RPC.public static final io.opencensus.stats.View GRPC_CLIENT_SENT_MESSAGES_PER_RPC_VIEW
View for client sent messages per RPC.public static final io.opencensus.stats.View GRPC_CLIENT_RECEIVED_MESSAGES_PER_RPC_VIEW
View for client received messages per RPC.public static final io.opencensus.stats.View GRPC_CLIENT_SENT_BYTES_PER_METHOD_VIEW
View for client sent bytes per method.public static final io.opencensus.stats.View GRPC_CLIENT_RECEIVED_BYTES_PER_METHOD_VIEW
View for client received bytes per method.public static final io.opencensus.stats.View GRPC_CLIENT_SENT_MESSAGES_PER_METHOD_VIEW
View for client sent messages.public static final io.opencensus.stats.View GRPC_CLIENT_RECEIVED_MESSAGES_PER_METHOD_VIEW
View for client received messages.public static final io.opencensus.stats.View GRPC_CLIENT_COMPLETED_RPC_VIEW
View for completed client RPCs.
This View uses measure GRPC_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.
public static final io.opencensus.stats.View GRPC_CLIENT_STARTED_RPC_VIEW
View for started client RPCs.public static final io.opencensus.stats.View GRPC_CLIENT_RETRIES_PER_CALL_VIEW
View for client retries per call.public static final io.opencensus.stats.View GRPC_CLIENT_TRANSPARENT_RETRIES_VIEW
View for total transparent client retries across calls.public static final io.opencensus.stats.View GRPC_CLIENT_RETRY_DELAY_PER_CALL_VIEW
View for total time of delay while there is no active attempt during the client call.public static final io.opencensus.stats.View GRPC_CLIENT_RETRIES_VIEW
View for total retries across all calls, excluding transparent retries.public static final io.opencensus.stats.View GRPC_CLIENT_TRANSPARENT_RETRIES_PER_CALL_VIEW
View for transparent retries per call.@Deprecated public static final io.opencensus.stats.View RPC_SERVER_ERROR_COUNT_VIEW
View for server RPC errors.@Deprecated public static final io.opencensus.stats.View RPC_SERVER_SERVER_LATENCY_VIEW
GRPC_SERVER_SERVER_LATENCY_VIEW.View for server latency in milliseconds.@Deprecated public static final io.opencensus.stats.View RPC_SERVER_SERVER_ELAPSED_TIME_VIEW
GRPC_SERVER_SERVER_LATENCY_VIEW.View for server elapsed time in milliseconds.@Deprecated public static final io.opencensus.stats.View RPC_SERVER_REQUEST_BYTES_VIEW
GRPC_SERVER_RECEIVED_BYTES_PER_RPC_VIEW.View for server request bytes.@Deprecated public static final io.opencensus.stats.View RPC_SERVER_RESPONSE_BYTES_VIEW
GRPC_SERVER_SENT_BYTES_PER_RPC_VIEW.View for server response bytes.@Deprecated public static final io.opencensus.stats.View RPC_SERVER_UNCOMPRESSED_REQUEST_BYTES_VIEW
GRPC_SERVER_RECEIVED_BYTES_PER_RPC_VIEW.View for server uncompressed request bytes.@Deprecated public static final io.opencensus.stats.View RPC_SERVER_UNCOMPRESSED_RESPONSE_BYTES_VIEW
GRPC_SERVER_SENT_BYTES_PER_RPC_VIEW.View for server uncompressed response bytes.@Deprecated public static final io.opencensus.stats.View RPC_SERVER_REQUEST_COUNT_VIEW
GRPC_SERVER_RECEIVED_MESSAGES_PER_RPC_VIEW.View for server request message counts.@Deprecated public static final io.opencensus.stats.View RPC_SERVER_RESPONSE_COUNT_VIEW
GRPC_SERVER_SENT_MESSAGES_PER_RPC_VIEW.View for server response message counts.@Deprecated public static final io.opencensus.stats.View RPC_SERVER_STARTED_COUNT_CUMULATIVE_VIEW
GRPC_SERVER_STARTED_RPC_VIEW.View for started server RPCs.@Deprecated public static final io.opencensus.stats.View RPC_SERVER_FINISHED_COUNT_CUMULATIVE_VIEW
GRPC_SERVER_COMPLETED_RPC_VIEW.View for finished server RPCs.public static final io.opencensus.stats.View GRPC_SERVER_SERVER_LATENCY_VIEW
View for server server latency in milliseconds.public static final io.opencensus.stats.View GRPC_SERVER_SENT_BYTES_PER_RPC_VIEW
View for server sent bytes per RPC.public static final io.opencensus.stats.View GRPC_SERVER_RECEIVED_BYTES_PER_RPC_VIEW
View for server received bytes per RPC.public static final io.opencensus.stats.View GRPC_SERVER_SENT_MESSAGES_PER_RPC_VIEW
View for server sent messages per RPC.public static final io.opencensus.stats.View GRPC_SERVER_RECEIVED_MESSAGES_PER_RPC_VIEW
View for server received messages per RPC.public static final io.opencensus.stats.View GRPC_SERVER_SENT_BYTES_PER_METHOD_VIEW
View for total server sent bytes per method.public static final io.opencensus.stats.View GRPC_SERVER_RECEIVED_BYTES_PER_METHOD_VIEW
View for total server received bytes per method.public static final io.opencensus.stats.View GRPC_SERVER_SENT_MESSAGES_PER_METHOD_VIEW
View for server sent messages.public static final io.opencensus.stats.View GRPC_SERVER_RECEIVED_MESSAGES_PER_METHOD_VIEW
View for server received messages.public static final io.opencensus.stats.View GRPC_SERVER_COMPLETED_RPC_VIEW
View for completed server RPCs.
This View uses measure GRPC_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.
public static final io.opencensus.stats.View GRPC_SERVER_STARTED_RPC_VIEW
View for started server RPCs.public static final io.opencensus.stats.View RPC_CLIENT_ROUNDTRIP_LATENCY_MINUTE_VIEW
View for client roundtrip latency in milliseconds.public static final io.opencensus.stats.View RPC_CLIENT_REQUEST_BYTES_MINUTE_VIEW
View for client request bytes.public static final io.opencensus.stats.View RPC_CLIENT_RESPONSE_BYTES_MINUTE_VIEW
View for client response bytes.public static final io.opencensus.stats.View RPC_CLIENT_ERROR_COUNT_MINUTE_VIEW
View for client RPC errors.public static final io.opencensus.stats.View RPC_CLIENT_UNCOMPRESSED_REQUEST_BYTES_MINUTE_VIEW
View for client uncompressed request bytes.public static final io.opencensus.stats.View RPC_CLIENT_UNCOMPRESSED_RESPONSE_BYTES_MINUTE_VIEW
View for client uncompressed response bytes.public static final io.opencensus.stats.View RPC_CLIENT_SERVER_ELAPSED_TIME_MINUTE_VIEW
View for client server elapsed time in milliseconds.public static final io.opencensus.stats.View RPC_CLIENT_STARTED_COUNT_MINUTE_VIEW
View for started client RPCs.public static final io.opencensus.stats.View RPC_CLIENT_FINISHED_COUNT_MINUTE_VIEW
View for finished client RPCs.public static final io.opencensus.stats.View RPC_CLIENT_REQUEST_COUNT_MINUTE_VIEW
View for client request messages.public static final io.opencensus.stats.View RPC_CLIENT_RESPONSE_COUNT_MINUTE_VIEW
View for client response messages.public static final io.opencensus.stats.View RPC_CLIENT_ROUNDTRIP_LATENCY_HOUR_VIEW
View for client roundtrip latency in milliseconds.public static final io.opencensus.stats.View RPC_CLIENT_REQUEST_BYTES_HOUR_VIEW
View for client request bytes.public static final io.opencensus.stats.View RPC_CLIENT_RESPONSE_BYTES_HOUR_VIEW
View for client response bytes.public static final io.opencensus.stats.View RPC_CLIENT_ERROR_COUNT_HOUR_VIEW
View for client RPC errors.public static final io.opencensus.stats.View RPC_CLIENT_UNCOMPRESSED_REQUEST_BYTES_HOUR_VIEW
View for client uncompressed request bytes.public static final io.opencensus.stats.View RPC_CLIENT_UNCOMPRESSED_RESPONSE_BYTES_HOUR_VIEW
View for client uncompressed response bytes.public static final io.opencensus.stats.View RPC_CLIENT_SERVER_ELAPSED_TIME_HOUR_VIEW
View for client server elapsed time in milliseconds.public static final io.opencensus.stats.View RPC_CLIENT_STARTED_COUNT_HOUR_VIEW
View for started client RPCs.public static final io.opencensus.stats.View RPC_CLIENT_FINISHED_COUNT_HOUR_VIEW
View for finished client RPCs.public static final io.opencensus.stats.View RPC_CLIENT_REQUEST_COUNT_HOUR_VIEW
View for client request messages.public static final io.opencensus.stats.View RPC_CLIENT_RESPONSE_COUNT_HOUR_VIEW
View for client response messages.public static final io.opencensus.stats.View RPC_SERVER_SERVER_LATENCY_MINUTE_VIEW
View for server latency in milliseconds.public static final io.opencensus.stats.View RPC_SERVER_REQUEST_BYTES_MINUTE_VIEW
View for server request bytes.public static final io.opencensus.stats.View RPC_SERVER_RESPONSE_BYTES_MINUTE_VIEW
View for server response bytes.public static final io.opencensus.stats.View RPC_SERVER_ERROR_COUNT_MINUTE_VIEW
View for server RPC errors.public static final io.opencensus.stats.View RPC_SERVER_UNCOMPRESSED_REQUEST_BYTES_MINUTE_VIEW
View for server uncompressed request bytes.public static final io.opencensus.stats.View RPC_SERVER_UNCOMPRESSED_RESPONSE_BYTES_MINUTE_VIEW
View for server uncompressed response bytes.public static final io.opencensus.stats.View RPC_SERVER_SERVER_ELAPSED_TIME_MINUTE_VIEW
View for server elapsed time in milliseconds.public static final io.opencensus.stats.View RPC_SERVER_STARTED_COUNT_MINUTE_VIEW
View for started server RPCs.public static final io.opencensus.stats.View RPC_SERVER_FINISHED_COUNT_MINUTE_VIEW
View for finished server RPCs.public static final io.opencensus.stats.View RPC_SERVER_REQUEST_COUNT_MINUTE_VIEW
View for server request messages.public static final io.opencensus.stats.View RPC_SERVER_RESPONSE_COUNT_MINUTE_VIEW
View for server response messages.public static final io.opencensus.stats.View RPC_SERVER_SERVER_LATENCY_HOUR_VIEW
View for server latency in milliseconds.public static final io.opencensus.stats.View RPC_SERVER_REQUEST_BYTES_HOUR_VIEW
View for server request bytes.public static final io.opencensus.stats.View RPC_SERVER_RESPONSE_BYTES_HOUR_VIEW
View for server response bytes.public static final io.opencensus.stats.View RPC_SERVER_ERROR_COUNT_HOUR_VIEW
View for server RPC errors.public static final io.opencensus.stats.View RPC_SERVER_UNCOMPRESSED_REQUEST_BYTES_HOUR_VIEW
View for server uncompressed request bytes.public static final io.opencensus.stats.View RPC_SERVER_UNCOMPRESSED_RESPONSE_BYTES_HOUR_VIEW
View for server uncompressed response bytes.public static final io.opencensus.stats.View RPC_SERVER_SERVER_ELAPSED_TIME_HOUR_VIEW
View for server elapsed time in milliseconds.public static final io.opencensus.stats.View RPC_SERVER_STARTED_COUNT_HOUR_VIEW
View for started server RPCs.public static final io.opencensus.stats.View RPC_SERVER_FINISHED_COUNT_HOUR_VIEW
View for finished server RPCs.public static final io.opencensus.stats.View RPC_SERVER_REQUEST_COUNT_HOUR_VIEW
View for server request messages.public static final io.opencensus.stats.View RPC_SERVER_RESPONSE_COUNT_HOUR_VIEW
View for server response messages.