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.Fields in io.opencensus.contrib.grpc.metrics with type parameters of type ViewModifier and TypeFieldDescription(package private) static final com.google.common.collect.ImmutableSet<View> RpcViews.GRPC_CLIENT_BASIC_VIEWS_SET(package private) static final com.google.common.collect.ImmutableSet<View> RpcViews.GRPC_CLIENT_RETRY_VIEWS_SET(package private) static final com.google.common.collect.ImmutableSet<View> RpcViews.GRPC_CLIENT_VIEWS_SET(package private) static final com.google.common.collect.ImmutableSet<View> RpcViews.GRPC_REAL_TIME_METRICS_VIEWS_SET(package private) static final com.google.common.collect.ImmutableSet<View> RpcViews.GRPC_SERVER_BASIC_VIEWS_SET(package private) static final com.google.common.collect.ImmutableSet<View> RpcViews.GRPC_SERVER_VIEWS_SET(package private) static final com.google.common.collect.ImmutableSet<View> RpcViews.RPC_CUMULATIVE_VIEWS_SET(package private) static final com.google.common.collect.ImmutableSet<View> RpcViews.RPC_INTERVAL_VIEWS_SET -
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.Fields in io.opencensus.contrib.http.util with type parameters of type ViewModifier and TypeFieldDescription(package private) static final com.google.common.collect.ImmutableSet<View> HttpViews.HTTP_CLIENT_VIEWS_SET(package private) static final com.google.common.collect.ImmutableSet<View> HttpViews.HTTP_SERVER_VIEWS_SET -
Uses of View in io.opencensus.contrib.zpages
Fields in io.opencensus.contrib.zpages with type parameters of type ViewModifier and TypeFieldDescriptionStatszZPageHandler.cachedViewsprivate static final com.google.common.collect.ImmutableList<View> RpczZPageHandler.CLIENT_RPC_CUMULATIVE_VIEWSprivate static final com.google.common.collect.ImmutableList<View> RpczZPageHandler.CLIENT_RPC_HOUR_VIEWSprivate static final com.google.common.collect.ImmutableList<View> RpczZPageHandler.CLIENT_RPC_MINUTE_VIEWSprivate static final com.google.common.collect.ImmutableList<View> RpczZPageHandler.SERVER_RPC_CUMULATIVE_VIEWSprivate static final com.google.common.collect.ImmutableList<View> RpczZPageHandler.SERVER_RPC_HOUR_VIEWSprivate static final com.google.common.collect.ImmutableList<View> RpczZPageHandler.SERVER_RPC_MINUTE_VIEWSMethods in io.opencensus.contrib.zpages with parameters of type ViewModifier and TypeMethodDescriptionprivate static voidStatszZPageHandler.emitViewDataRow(View view, Map.Entry<List<TagValue>, AggregationData> entry, PrintWriter out, Formatter formatter) private static voidStatszZPageHandler.emitViewDataTableHeader(View view, PrintWriter out, Formatter formatter) private static voidStatszZPageHandler.emitViewInfo(View view, ViewData.AggregationWindowData windowData, PrintWriter out, Formatter formatter) private static voidRpczZPageHandler.getStats(RpczZPageHandler.StatsSnapshot snapshot, AggregationData data, View view, ViewData.AggregationWindowData windowData) Method parameters in io.opencensus.contrib.zpages with type arguments of type ViewModifier and TypeMethodDescriptionprivate voidRpczZPageHandler.getStatsSnapshots(Map<String, RpczZPageHandler.StatsSnapshot> map, List<View> views) private static voidStatszZPageHandler.groupViewsByDirectoriesAndGetMeasures(Set<View> views, StatszZPageHandler.TreeNode root, Map<String, Measure> measures, Set<View> cachedViews) -
Uses of View in io.opencensus.implcore.stats
Fields in io.opencensus.implcore.stats declared as ViewModifier and TypeFieldDescriptionprivate final ViewMutableViewData.CreateCumulative.viewprivate final ViewMutableViewData.CreateInterval.viewprivate final ViewMutableViewData.viewFields in io.opencensus.implcore.stats with type parameters of type ViewMethods in io.opencensus.implcore.stats that return ViewMethods in io.opencensus.implcore.stats that return types with arguments of type ViewModifier and TypeMethodDescriptionMeasureToViewMap.filterExportedViews(Collection<View> allViews) ViewManagerImpl.getAllExportedViews()MeasureToViewMap.getExportedViews()StatsManager.getExportedViews()Methods in io.opencensus.implcore.stats with parameters of type ViewModifier and TypeMethodDescription(package private) static MutableViewDataConstructs a newMutableViewData.(package private) voidMeasureToViewMap.registerView(View view, Clock clock) Enable stats collection for the givenView.(package private) voidStatsManager.registerView(View view) voidViewManagerImpl.registerView(View view) (package private) static MetricDescriptorMetricUtils.viewToMetricDescriptor(View view) Method parameters in io.opencensus.implcore.stats with type arguments of type ViewModifier and TypeMethodDescriptionMeasureToViewMap.filterExportedViews(Collection<View> allViews) Constructors in io.opencensus.implcore.stats with parameters of type ViewModifierConstructorDescriptionprivateCreateCumulative(View view, Timestamp start) privateCreateInterval(View view, Timestamp start) privateCumulativeMutableViewData(View view, Timestamp start) privateIntervalMutableViewData(View view, Timestamp start) privateMutableViewData(View view) -
Uses of View in io.opencensus.stats
Subclasses of View in io.opencensus.statsFields in io.opencensus.stats declared as ViewFields in io.opencensus.stats with type parameters of type ViewModifier and TypeFieldDescriptionNoopStats.NoopViewManager.exportedViewsNoopStats.NoopViewManager.registeredViewsMethods 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.AutoValue_ViewData.getView()abstract ViewViewData.getView()Methods in io.opencensus.stats that return types with arguments of type ViewModifier and TypeMethodDescriptionNoopStats.NoopViewManager.filterExportedViews(Collection<View> allViews) NoopStats.NoopViewManager.getAllExportedViews()ViewManager.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).private static ViewDataViewData.createInternal(View view, Map<List<TagValue>, AggregationData> aggregationMap, ViewData.AggregationWindowData window, Timestamp start, Timestamp end) voidNoopStats.NoopViewManager.registerView(View newView) abstract voidViewManager.registerView(View view) Pull model for stats.Method parameters in io.opencensus.stats with type arguments of type ViewModifier and TypeMethodDescriptionNoopStats.NoopViewManager.filterExportedViews(Collection<View> allViews) Constructors in io.opencensus.stats with parameters of type ViewModifierConstructorDescription(package private)AutoValue_ViewData(View view, Map<List<TagValue>, AggregationData> aggregationMap, ViewData.AggregationWindowData windowData, Timestamp start, Timestamp end)