Uses of Class
io.opencensus.stats.View
Packages that use View
Package
Description
API for stats recording.
-
Uses of View in io.opencensus.contrib.grpc.metrics
Fields in io.opencensus.contrib.grpc.metrics declared as ViewModifier and TypeFieldDescriptionstatic final ViewRpcViewConstants.GRPC_CLIENT_COMPLETED_RPC_VIEWViewfor completed client RPCs.static final ViewRpcViewConstants.GRPC_CLIENT_RECEIVED_BYTES_PER_METHOD_VIEWViewfor client received bytes per method.static final ViewRpcViewConstants.GRPC_CLIENT_RECEIVED_BYTES_PER_RPC_VIEWViewfor client received bytes per RPC.static final ViewRpcViewConstants.GRPC_CLIENT_RECEIVED_MESSAGES_PER_METHOD_VIEWViewfor client received messages.static final ViewRpcViewConstants.GRPC_CLIENT_RECEIVED_MESSAGES_PER_RPC_VIEWViewfor client received messages per RPC.static final ViewRpcViewConstants.GRPC_CLIENT_RETRIES_PER_CALL_VIEWViewfor client retries per call.static final ViewRpcViewConstants.GRPC_CLIENT_RETRIES_VIEWViewfor total retries across all calls, excluding transparent retries.static final ViewRpcViewConstants.GRPC_CLIENT_RETRY_DELAY_PER_CALL_VIEWViewfor total time of delay while there is no active attempt during the client call.static final ViewRpcViewConstants.GRPC_CLIENT_ROUNDTRIP_LATENCY_VIEWViewfor client roundtrip latency in milliseconds.static final ViewRpcViewConstants.GRPC_CLIENT_SENT_BYTES_PER_METHOD_VIEWViewfor client sent bytes per method.static final ViewRpcViewConstants.GRPC_CLIENT_SENT_BYTES_PER_RPC_VIEWViewfor client sent bytes per RPC.static final ViewRpcViewConstants.GRPC_CLIENT_SENT_MESSAGES_PER_METHOD_VIEWViewfor client sent messages.static final ViewRpcViewConstants.GRPC_CLIENT_SENT_MESSAGES_PER_RPC_VIEWViewfor client sent messages per RPC.static final ViewRpcViewConstants.GRPC_CLIENT_SERVER_LATENCY_VIEWViewfor client server latency in milliseconds.static final ViewRpcViewConstants.GRPC_CLIENT_STARTED_RPC_VIEWViewfor started client RPCs.static final ViewRpcViewConstants.GRPC_CLIENT_TRANSPARENT_RETRIES_PER_CALL_VIEWViewfor transparent retries per call.static final ViewRpcViewConstants.GRPC_CLIENT_TRANSPARENT_RETRIES_VIEWViewfor total transparent client retries across calls.static final ViewRpcViewConstants.GRPC_SERVER_COMPLETED_RPC_VIEWViewfor completed server RPCs.static final ViewRpcViewConstants.GRPC_SERVER_RECEIVED_BYTES_PER_METHOD_VIEWViewfor total server received bytes per method.static final ViewRpcViewConstants.GRPC_SERVER_RECEIVED_BYTES_PER_RPC_VIEWViewfor server received bytes per RPC.static final ViewRpcViewConstants.GRPC_SERVER_RECEIVED_MESSAGES_PER_METHOD_VIEWViewfor server received messages.static final ViewRpcViewConstants.GRPC_SERVER_RECEIVED_MESSAGES_PER_RPC_VIEWViewfor server received messages per RPC.static final ViewRpcViewConstants.GRPC_SERVER_SENT_BYTES_PER_METHOD_VIEWViewfor total server sent bytes per method.static final ViewRpcViewConstants.GRPC_SERVER_SENT_BYTES_PER_RPC_VIEWViewfor server sent bytes per RPC.static final ViewRpcViewConstants.GRPC_SERVER_SENT_MESSAGES_PER_METHOD_VIEWViewfor server sent messages.static final ViewRpcViewConstants.GRPC_SERVER_SENT_MESSAGES_PER_RPC_VIEWViewfor server sent messages per RPC.static final ViewRpcViewConstants.GRPC_SERVER_SERVER_LATENCY_VIEWViewfor server server latency in milliseconds.static final ViewRpcViewConstants.GRPC_SERVER_STARTED_RPC_VIEWViewfor started server RPCs.static final ViewRpcViewConstants.RPC_CLIENT_ERROR_COUNT_HOUR_VIEWHourViewfor client RPC errors.static final ViewRpcViewConstants.RPC_CLIENT_ERROR_COUNT_MINUTE_VIEWMinuteViewfor client RPC errors.static final ViewRpcViewConstants.RPC_CLIENT_ERROR_COUNT_VIEWDeprecated.since error count measure is deprecated.static final ViewRpcViewConstants.RPC_CLIENT_FINISHED_COUNT_CUMULATIVE_VIEWDeprecated.in favor ofRpcViewConstants.GRPC_CLIENT_COMPLETED_RPC_VIEW.static final ViewRpcViewConstants.RPC_CLIENT_FINISHED_COUNT_HOUR_VIEWHourViewfor finished client RPCs.static final ViewRpcViewConstants.RPC_CLIENT_FINISHED_COUNT_MINUTE_VIEWMinuteViewfor finished client RPCs.static final ViewRpcViewConstants.RPC_CLIENT_REQUEST_BYTES_HOUR_VIEWHourViewfor client request bytes.static final ViewRpcViewConstants.RPC_CLIENT_REQUEST_BYTES_MINUTE_VIEWMinuteViewfor client request bytes.static final ViewRpcViewConstants.RPC_CLIENT_REQUEST_BYTES_VIEWDeprecated.in favor ofRpcViewConstants.GRPC_CLIENT_SENT_BYTES_PER_RPC_VIEW.static final ViewRpcViewConstants.RPC_CLIENT_REQUEST_COUNT_HOUR_VIEWHourViewfor client request messages.static final ViewRpcViewConstants.RPC_CLIENT_REQUEST_COUNT_MINUTE_VIEWMinuteViewfor client request messages.static final ViewRpcViewConstants.RPC_CLIENT_REQUEST_COUNT_VIEWDeprecated.static final ViewRpcViewConstants.RPC_CLIENT_RESPONSE_BYTES_HOUR_VIEWHourViewfor client response bytes.static final ViewRpcViewConstants.RPC_CLIENT_RESPONSE_BYTES_MINUTE_VIEWMinuteViewfor client response bytes.static final ViewRpcViewConstants.RPC_CLIENT_RESPONSE_BYTES_VIEWDeprecated.static final ViewRpcViewConstants.RPC_CLIENT_RESPONSE_COUNT_HOUR_VIEWHourViewfor client response messages.static final ViewRpcViewConstants.RPC_CLIENT_RESPONSE_COUNT_MINUTE_VIEWMinuteViewfor client response messages.static final ViewRpcViewConstants.RPC_CLIENT_RESPONSE_COUNT_VIEWDeprecated.static final ViewRpcViewConstants.RPC_CLIENT_ROUNDTRIP_LATENCY_HOUR_VIEWHourViewfor client roundtrip latency in milliseconds.static final ViewRpcViewConstants.RPC_CLIENT_ROUNDTRIP_LATENCY_MINUTE_VIEWMinuteViewfor client roundtrip latency in milliseconds.static final ViewRpcViewConstants.RPC_CLIENT_ROUNDTRIP_LATENCY_VIEWDeprecated.in favor ofRpcViewConstants.GRPC_CLIENT_ROUNDTRIP_LATENCY_VIEW.static final ViewRpcViewConstants.RPC_CLIENT_SERVER_ELAPSED_TIME_HOUR_VIEWHourViewfor client server elapsed time in milliseconds.static final ViewRpcViewConstants.RPC_CLIENT_SERVER_ELAPSED_TIME_MINUTE_VIEWMinuteViewfor client server elapsed time in milliseconds.static final ViewRpcViewConstants.RPC_CLIENT_SERVER_ELAPSED_TIME_VIEWDeprecated.in favor ofRpcViewConstants.GRPC_CLIENT_SERVER_LATENCY_VIEW.static final ViewRpcViewConstants.RPC_CLIENT_STARTED_COUNT_CUMULATIVE_VIEWDeprecated.in favor ofRpcViewConstants.GRPC_CLIENT_STARTED_RPC_VIEW.static final ViewRpcViewConstants.RPC_CLIENT_STARTED_COUNT_HOUR_VIEWHourViewfor started client RPCs.static final ViewRpcViewConstants.RPC_CLIENT_STARTED_COUNT_MINUTE_VIEWMinuteViewfor started client RPCs.static final ViewRpcViewConstants.RPC_CLIENT_UNCOMPRESSED_REQUEST_BYTES_HOUR_VIEWHourViewfor client uncompressed request bytes.static final ViewRpcViewConstants.RPC_CLIENT_UNCOMPRESSED_REQUEST_BYTES_MINUTE_VIEWMinuteViewfor client uncompressed request bytes.static final ViewRpcViewConstants.RPC_CLIENT_UNCOMPRESSED_REQUEST_BYTES_VIEWDeprecated.in favor ofRpcViewConstants.GRPC_CLIENT_SENT_BYTES_PER_RPC_VIEW.static final ViewRpcViewConstants.RPC_CLIENT_UNCOMPRESSED_RESPONSE_BYTES_HOUR_VIEWHourViewfor client uncompressed response bytes.static final ViewRpcViewConstants.RPC_CLIENT_UNCOMPRESSED_RESPONSE_BYTES_MINUTE_VIEWMinuteViewfor client uncompressed response bytes.static final ViewRpcViewConstants.RPC_CLIENT_UNCOMPRESSED_RESPONSE_BYTES_VIEWDeprecated.static final ViewRpcViewConstants.RPC_SERVER_ERROR_COUNT_HOUR_VIEWHourViewfor server RPC errors.static final ViewRpcViewConstants.RPC_SERVER_ERROR_COUNT_MINUTE_VIEWMinuteViewfor server RPC errors.static final ViewRpcViewConstants.RPC_SERVER_ERROR_COUNT_VIEWDeprecated.since error count measure is deprecated.static final ViewRpcViewConstants.RPC_SERVER_FINISHED_COUNT_CUMULATIVE_VIEWDeprecated.in favor ofRpcViewConstants.GRPC_SERVER_COMPLETED_RPC_VIEW.static final ViewRpcViewConstants.RPC_SERVER_FINISHED_COUNT_HOUR_VIEWHourViewfor finished server RPCs.static final ViewRpcViewConstants.RPC_SERVER_FINISHED_COUNT_MINUTE_VIEWMinuteViewfor finished server RPCs.static final ViewRpcViewConstants.RPC_SERVER_REQUEST_BYTES_HOUR_VIEWHourViewfor server request bytes.static final ViewRpcViewConstants.RPC_SERVER_REQUEST_BYTES_MINUTE_VIEWMinuteViewfor server request bytes.static final ViewRpcViewConstants.RPC_SERVER_REQUEST_BYTES_VIEWDeprecated.static final ViewRpcViewConstants.RPC_SERVER_REQUEST_COUNT_HOUR_VIEWHourViewfor server request messages.static final ViewRpcViewConstants.RPC_SERVER_REQUEST_COUNT_MINUTE_VIEWMinuteViewfor server request messages.static final ViewRpcViewConstants.RPC_SERVER_REQUEST_COUNT_VIEWDeprecated.static final ViewRpcViewConstants.RPC_SERVER_RESPONSE_BYTES_HOUR_VIEWHourViewfor server response bytes.static final ViewRpcViewConstants.RPC_SERVER_RESPONSE_BYTES_MINUTE_VIEWMinuteViewfor server response bytes.static final ViewRpcViewConstants.RPC_SERVER_RESPONSE_BYTES_VIEWDeprecated.in favor ofRpcViewConstants.GRPC_SERVER_SENT_BYTES_PER_RPC_VIEW.static final ViewRpcViewConstants.RPC_SERVER_RESPONSE_COUNT_HOUR_VIEWHourViewfor server response messages.static final ViewRpcViewConstants.RPC_SERVER_RESPONSE_COUNT_MINUTE_VIEWMinuteViewfor server response messages.static final ViewRpcViewConstants.RPC_SERVER_RESPONSE_COUNT_VIEWDeprecated.static final ViewRpcViewConstants.RPC_SERVER_SERVER_ELAPSED_TIME_HOUR_VIEWHourViewfor server elapsed time in milliseconds.static final ViewRpcViewConstants.RPC_SERVER_SERVER_ELAPSED_TIME_MINUTE_VIEWMinuteViewfor server elapsed time in milliseconds.static final ViewRpcViewConstants.RPC_SERVER_SERVER_ELAPSED_TIME_VIEWDeprecated.in favor ofRpcViewConstants.GRPC_SERVER_SERVER_LATENCY_VIEW.static final ViewRpcViewConstants.RPC_SERVER_SERVER_LATENCY_HOUR_VIEWHourViewfor server latency in milliseconds.static final ViewRpcViewConstants.RPC_SERVER_SERVER_LATENCY_MINUTE_VIEWMinuteViewfor server latency in milliseconds.static final ViewRpcViewConstants.RPC_SERVER_SERVER_LATENCY_VIEWDeprecated.in favor ofRpcViewConstants.GRPC_SERVER_SERVER_LATENCY_VIEW.static final ViewRpcViewConstants.RPC_SERVER_STARTED_COUNT_CUMULATIVE_VIEWDeprecated.in favor ofRpcViewConstants.GRPC_SERVER_STARTED_RPC_VIEW.static final ViewRpcViewConstants.RPC_SERVER_STARTED_COUNT_HOUR_VIEWHourViewfor started server RPCs.static final ViewRpcViewConstants.RPC_SERVER_STARTED_COUNT_MINUTE_VIEWMinuteViewfor started server RPCs.static final ViewRpcViewConstants.RPC_SERVER_UNCOMPRESSED_REQUEST_BYTES_HOUR_VIEWHourViewfor server uncompressed request bytes.static final ViewRpcViewConstants.RPC_SERVER_UNCOMPRESSED_REQUEST_BYTES_MINUTE_VIEWMinuteViewfor server uncompressed request bytes.static final ViewRpcViewConstants.RPC_SERVER_UNCOMPRESSED_REQUEST_BYTES_VIEWDeprecated.static final ViewRpcViewConstants.RPC_SERVER_UNCOMPRESSED_RESPONSE_BYTES_HOUR_VIEWHourViewfor server uncompressed response bytes.static final ViewRpcViewConstants.RPC_SERVER_UNCOMPRESSED_RESPONSE_BYTES_MINUTE_VIEWMinuteViewfor server uncompressed response bytes.static final ViewRpcViewConstants.RPC_SERVER_UNCOMPRESSED_RESPONSE_BYTES_VIEWDeprecated.in favor ofRpcViewConstants.GRPC_SERVER_SENT_BYTES_PER_RPC_VIEW. -
Uses of View in io.opencensus.contrib.http.util
Fields in io.opencensus.contrib.http.util declared as ViewModifier and TypeFieldDescriptionstatic final ViewHttpViewConstants.HTTP_CLIENT_COMPLETED_COUNT_VIEWViewfor count of client-side HTTP requests completed.static final ViewHttpViewConstants.HTTP_CLIENT_RECEIVED_BYTES_VIEWViewfor size distribution of client-side HTTP response body.static final ViewHttpViewConstants.HTTP_CLIENT_ROUNDTRIP_LATENCY_VIEWViewfor roundtrip latency distribution of client-side HTTP requests.static final ViewHttpViewConstants.HTTP_CLIENT_SENT_BYTES_VIEWViewfor size distribution of client-side HTTP request body.static final ViewHttpViewConstants.HTTP_SERVER_COMPLETED_COUNT_VIEWViewfor count of server-side HTTP requests serving completed.static final ViewHttpViewConstants.HTTP_SERVER_LATENCY_VIEWViewfor latency distribution of server-side HTTP requests serving.static final ViewHttpViewConstants.HTTP_SERVER_RECEIVED_BYTES_VIEWViewfor size distribution of server-side HTTP request body.static final ViewHttpViewConstants.HTTP_SERVER_SENT_BYTES_VIEWViewfor size distribution of server-side HTTP response body. -
Uses of View in io.opencensus.implcore.stats
Methods in io.opencensus.implcore.stats that return types with arguments of type ViewMethods in io.opencensus.implcore.stats with parameters of type View -
Uses of View in io.opencensus.stats
Methods in io.opencensus.stats that return ViewModifier and TypeMethodDescriptionstatic ViewView.create(View.Name name, String description, Measure measure, Aggregation aggregation, List<TagKey> columns) Constructs a newView.static ViewView.create(View.Name name, String description, Measure measure, Aggregation aggregation, List<TagKey> columns, View.AggregationWindow window) Deprecated.abstract ViewViewData.getView()Methods in io.opencensus.stats that return types with arguments of type ViewModifier and TypeMethodDescriptionViewManager.getAllExportedViews()Returns all registered views that should be exported.Methods in io.opencensus.stats with parameters of type ViewModifier and TypeMethodDescriptionstatic ViewDataViewData.create(View view, Map<? extends List<TagValue>, ? extends AggregationData> map, Timestamp start, Timestamp end) Constructs a newViewData.static ViewDataViewData.create(View view, Map<? extends List<TagValue>, ? extends AggregationData> map, ViewData.AggregationWindowData windowData) Deprecated.in favor ofViewData.create(View, Map, Timestamp, Timestamp).abstract voidViewManager.registerView(View view) Pull model for stats.