Uses of Class
io.opencensus.stats.View
-
Packages that use View Package Description io.opencensus.contrib.grpc.metrics io.opencensus.contrib.http.util io.opencensus.contrib.zpages io.opencensus.implcore.stats io.opencensus.stats API for stats recording. -
-
Uses of View in io.opencensus.contrib.grpc.metrics
Fields in io.opencensus.contrib.grpc.metrics declared as View Modifier and Type Field Description static ViewRpcViewConstants. GRPC_CLIENT_COMPLETED_RPC_VIEWViewfor completed client RPCs.static ViewRpcViewConstants. GRPC_CLIENT_RECEIVED_BYTES_PER_METHOD_VIEWViewfor client received bytes per method.static ViewRpcViewConstants. GRPC_CLIENT_RECEIVED_BYTES_PER_RPC_VIEWViewfor client received bytes per RPC.static ViewRpcViewConstants. GRPC_CLIENT_RECEIVED_MESSAGES_PER_METHOD_VIEWViewfor client received messages.static ViewRpcViewConstants. GRPC_CLIENT_RECEIVED_MESSAGES_PER_RPC_VIEWViewfor client received messages per RPC.static ViewRpcViewConstants. GRPC_CLIENT_RETRIES_PER_CALL_VIEWViewfor client retries per call.static ViewRpcViewConstants. GRPC_CLIENT_RETRIES_VIEWViewfor total retries across all calls, excluding transparent retries.static ViewRpcViewConstants. GRPC_CLIENT_RETRY_DELAY_PER_CALL_VIEWViewfor total time of delay while there is no active attempt during the client call.static ViewRpcViewConstants. GRPC_CLIENT_ROUNDTRIP_LATENCY_VIEWViewfor client roundtrip latency in milliseconds.static ViewRpcViewConstants. GRPC_CLIENT_SENT_BYTES_PER_METHOD_VIEWViewfor client sent bytes per method.static ViewRpcViewConstants. GRPC_CLIENT_SENT_BYTES_PER_RPC_VIEWViewfor client sent bytes per RPC.static ViewRpcViewConstants. GRPC_CLIENT_SENT_MESSAGES_PER_METHOD_VIEWViewfor client sent messages.static ViewRpcViewConstants. GRPC_CLIENT_SENT_MESSAGES_PER_RPC_VIEWViewfor client sent messages per RPC.static ViewRpcViewConstants. GRPC_CLIENT_SERVER_LATENCY_VIEWViewfor client server latency in milliseconds.static ViewRpcViewConstants. GRPC_CLIENT_STARTED_RPC_VIEWViewfor started client RPCs.static ViewRpcViewConstants. GRPC_CLIENT_TRANSPARENT_RETRIES_PER_CALL_VIEWViewfor transparent retries per call.static ViewRpcViewConstants. GRPC_CLIENT_TRANSPARENT_RETRIES_VIEWViewfor total transparent client retries across calls.static ViewRpcViewConstants. GRPC_SERVER_COMPLETED_RPC_VIEWViewfor completed server RPCs.static ViewRpcViewConstants. GRPC_SERVER_RECEIVED_BYTES_PER_METHOD_VIEWViewfor total server received bytes per method.static ViewRpcViewConstants. GRPC_SERVER_RECEIVED_BYTES_PER_RPC_VIEWViewfor server received bytes per RPC.static ViewRpcViewConstants. GRPC_SERVER_RECEIVED_MESSAGES_PER_METHOD_VIEWViewfor server received messages.static ViewRpcViewConstants. GRPC_SERVER_RECEIVED_MESSAGES_PER_RPC_VIEWViewfor server received messages per RPC.static ViewRpcViewConstants. GRPC_SERVER_SENT_BYTES_PER_METHOD_VIEWViewfor total server sent bytes per method.static ViewRpcViewConstants. GRPC_SERVER_SENT_BYTES_PER_RPC_VIEWViewfor server sent bytes per RPC.static ViewRpcViewConstants. GRPC_SERVER_SENT_MESSAGES_PER_METHOD_VIEWViewfor server sent messages.static ViewRpcViewConstants. GRPC_SERVER_SENT_MESSAGES_PER_RPC_VIEWViewfor server sent messages per RPC.static ViewRpcViewConstants. GRPC_SERVER_SERVER_LATENCY_VIEWViewfor server server latency in milliseconds.static ViewRpcViewConstants. GRPC_SERVER_STARTED_RPC_VIEWViewfor started server RPCs.static ViewRpcViewConstants. RPC_CLIENT_ERROR_COUNT_HOUR_VIEWHourViewfor client RPC errors.static ViewRpcViewConstants. RPC_CLIENT_ERROR_COUNT_MINUTE_VIEWMinuteViewfor client RPC errors.static ViewRpcViewConstants. RPC_CLIENT_ERROR_COUNT_VIEWDeprecated.since error count measure is deprecated.static ViewRpcViewConstants. RPC_CLIENT_FINISHED_COUNT_CUMULATIVE_VIEWDeprecated.in favor ofRpcViewConstants.GRPC_CLIENT_COMPLETED_RPC_VIEW.static ViewRpcViewConstants. RPC_CLIENT_FINISHED_COUNT_HOUR_VIEWHourViewfor finished client RPCs.static ViewRpcViewConstants. RPC_CLIENT_FINISHED_COUNT_MINUTE_VIEWMinuteViewfor finished client RPCs.static ViewRpcViewConstants. RPC_CLIENT_REQUEST_BYTES_HOUR_VIEWHourViewfor client request bytes.static ViewRpcViewConstants. RPC_CLIENT_REQUEST_BYTES_MINUTE_VIEWMinuteViewfor client request bytes.static ViewRpcViewConstants. RPC_CLIENT_REQUEST_BYTES_VIEWDeprecated.in favor ofRpcViewConstants.GRPC_CLIENT_SENT_BYTES_PER_RPC_VIEW.static ViewRpcViewConstants. RPC_CLIENT_REQUEST_COUNT_HOUR_VIEWHourViewfor client request messages.static ViewRpcViewConstants. RPC_CLIENT_REQUEST_COUNT_MINUTE_VIEWMinuteViewfor client request messages.static ViewRpcViewConstants. RPC_CLIENT_REQUEST_COUNT_VIEWDeprecated.static ViewRpcViewConstants. RPC_CLIENT_RESPONSE_BYTES_HOUR_VIEWHourViewfor client response bytes.static ViewRpcViewConstants. RPC_CLIENT_RESPONSE_BYTES_MINUTE_VIEWMinuteViewfor client response bytes.static ViewRpcViewConstants. RPC_CLIENT_RESPONSE_BYTES_VIEWDeprecated.static ViewRpcViewConstants. RPC_CLIENT_RESPONSE_COUNT_HOUR_VIEWHourViewfor client response messages.static ViewRpcViewConstants. RPC_CLIENT_RESPONSE_COUNT_MINUTE_VIEWMinuteViewfor client response messages.static ViewRpcViewConstants. RPC_CLIENT_RESPONSE_COUNT_VIEWDeprecated.static ViewRpcViewConstants. RPC_CLIENT_ROUNDTRIP_LATENCY_HOUR_VIEWHourViewfor client roundtrip latency in milliseconds.static ViewRpcViewConstants. RPC_CLIENT_ROUNDTRIP_LATENCY_MINUTE_VIEWMinuteViewfor client roundtrip latency in milliseconds.static ViewRpcViewConstants. RPC_CLIENT_ROUNDTRIP_LATENCY_VIEWDeprecated.in favor ofRpcViewConstants.GRPC_CLIENT_ROUNDTRIP_LATENCY_VIEW.static ViewRpcViewConstants. RPC_CLIENT_SERVER_ELAPSED_TIME_HOUR_VIEWHourViewfor client server elapsed time in milliseconds.static ViewRpcViewConstants. RPC_CLIENT_SERVER_ELAPSED_TIME_MINUTE_VIEWMinuteViewfor client server elapsed time in milliseconds.static ViewRpcViewConstants. RPC_CLIENT_SERVER_ELAPSED_TIME_VIEWDeprecated.in favor ofRpcViewConstants.GRPC_CLIENT_SERVER_LATENCY_VIEW.static ViewRpcViewConstants. RPC_CLIENT_STARTED_COUNT_CUMULATIVE_VIEWDeprecated.in favor ofRpcViewConstants.GRPC_CLIENT_STARTED_RPC_VIEW.static ViewRpcViewConstants. RPC_CLIENT_STARTED_COUNT_HOUR_VIEWHourViewfor started client RPCs.static ViewRpcViewConstants. RPC_CLIENT_STARTED_COUNT_MINUTE_VIEWMinuteViewfor started client RPCs.static ViewRpcViewConstants. RPC_CLIENT_UNCOMPRESSED_REQUEST_BYTES_HOUR_VIEWHourViewfor client uncompressed request bytes.static ViewRpcViewConstants. RPC_CLIENT_UNCOMPRESSED_REQUEST_BYTES_MINUTE_VIEWMinuteViewfor client uncompressed request bytes.static ViewRpcViewConstants. RPC_CLIENT_UNCOMPRESSED_REQUEST_BYTES_VIEWDeprecated.in favor ofRpcViewConstants.GRPC_CLIENT_SENT_BYTES_PER_RPC_VIEW.static ViewRpcViewConstants. RPC_CLIENT_UNCOMPRESSED_RESPONSE_BYTES_HOUR_VIEWHourViewfor client uncompressed response bytes.static ViewRpcViewConstants. RPC_CLIENT_UNCOMPRESSED_RESPONSE_BYTES_MINUTE_VIEWMinuteViewfor client uncompressed response bytes.static ViewRpcViewConstants. RPC_CLIENT_UNCOMPRESSED_RESPONSE_BYTES_VIEWDeprecated.static ViewRpcViewConstants. RPC_SERVER_ERROR_COUNT_HOUR_VIEWHourViewfor server RPC errors.static ViewRpcViewConstants. RPC_SERVER_ERROR_COUNT_MINUTE_VIEWMinuteViewfor server RPC errors.static ViewRpcViewConstants. RPC_SERVER_ERROR_COUNT_VIEWDeprecated.since error count measure is deprecated.static ViewRpcViewConstants. RPC_SERVER_FINISHED_COUNT_CUMULATIVE_VIEWDeprecated.in favor ofRpcViewConstants.GRPC_SERVER_COMPLETED_RPC_VIEW.static ViewRpcViewConstants. RPC_SERVER_FINISHED_COUNT_HOUR_VIEWHourViewfor finished server RPCs.static ViewRpcViewConstants. RPC_SERVER_FINISHED_COUNT_MINUTE_VIEWMinuteViewfor finished server RPCs.static ViewRpcViewConstants. RPC_SERVER_REQUEST_BYTES_HOUR_VIEWHourViewfor server request bytes.static ViewRpcViewConstants. RPC_SERVER_REQUEST_BYTES_MINUTE_VIEWMinuteViewfor server request bytes.static ViewRpcViewConstants. RPC_SERVER_REQUEST_BYTES_VIEWDeprecated.static ViewRpcViewConstants. RPC_SERVER_REQUEST_COUNT_HOUR_VIEWHourViewfor server request messages.static ViewRpcViewConstants. RPC_SERVER_REQUEST_COUNT_MINUTE_VIEWMinuteViewfor server request messages.static ViewRpcViewConstants. RPC_SERVER_REQUEST_COUNT_VIEWDeprecated.static ViewRpcViewConstants. RPC_SERVER_RESPONSE_BYTES_HOUR_VIEWHourViewfor server response bytes.static ViewRpcViewConstants. RPC_SERVER_RESPONSE_BYTES_MINUTE_VIEWMinuteViewfor server response bytes.static ViewRpcViewConstants. RPC_SERVER_RESPONSE_BYTES_VIEWDeprecated.in favor ofRpcViewConstants.GRPC_SERVER_SENT_BYTES_PER_RPC_VIEW.static ViewRpcViewConstants. RPC_SERVER_RESPONSE_COUNT_HOUR_VIEWHourViewfor server response messages.static ViewRpcViewConstants. RPC_SERVER_RESPONSE_COUNT_MINUTE_VIEWMinuteViewfor server response messages.static ViewRpcViewConstants. RPC_SERVER_RESPONSE_COUNT_VIEWDeprecated.static ViewRpcViewConstants. RPC_SERVER_SERVER_ELAPSED_TIME_HOUR_VIEWHourViewfor server elapsed time in milliseconds.static ViewRpcViewConstants. RPC_SERVER_SERVER_ELAPSED_TIME_MINUTE_VIEWMinuteViewfor server elapsed time in milliseconds.static ViewRpcViewConstants. RPC_SERVER_SERVER_ELAPSED_TIME_VIEWDeprecated.in favor ofRpcViewConstants.GRPC_SERVER_SERVER_LATENCY_VIEW.static ViewRpcViewConstants. RPC_SERVER_SERVER_LATENCY_HOUR_VIEWHourViewfor server latency in milliseconds.static ViewRpcViewConstants. RPC_SERVER_SERVER_LATENCY_MINUTE_VIEWMinuteViewfor server latency in milliseconds.static ViewRpcViewConstants. RPC_SERVER_SERVER_LATENCY_VIEWDeprecated.in favor ofRpcViewConstants.GRPC_SERVER_SERVER_LATENCY_VIEW.static ViewRpcViewConstants. RPC_SERVER_STARTED_COUNT_CUMULATIVE_VIEWDeprecated.in favor ofRpcViewConstants.GRPC_SERVER_STARTED_RPC_VIEW.static ViewRpcViewConstants. RPC_SERVER_STARTED_COUNT_HOUR_VIEWHourViewfor started server RPCs.static ViewRpcViewConstants. RPC_SERVER_STARTED_COUNT_MINUTE_VIEWMinuteViewfor started server RPCs.static ViewRpcViewConstants. RPC_SERVER_UNCOMPRESSED_REQUEST_BYTES_HOUR_VIEWHourViewfor server uncompressed request bytes.static ViewRpcViewConstants. RPC_SERVER_UNCOMPRESSED_REQUEST_BYTES_MINUTE_VIEWMinuteViewfor server uncompressed request bytes.static ViewRpcViewConstants. RPC_SERVER_UNCOMPRESSED_REQUEST_BYTES_VIEWDeprecated.static ViewRpcViewConstants. RPC_SERVER_UNCOMPRESSED_RESPONSE_BYTES_HOUR_VIEWHourViewfor server uncompressed response bytes.static ViewRpcViewConstants. RPC_SERVER_UNCOMPRESSED_RESPONSE_BYTES_MINUTE_VIEWMinuteViewfor server uncompressed response bytes.static 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 View Modifier and Type Field Description (package private) static com.google.common.collect.ImmutableSet<View>RpcViews. GRPC_CLIENT_BASIC_VIEWS_SET(package private) static com.google.common.collect.ImmutableSet<View>RpcViews. GRPC_CLIENT_RETRY_VIEWS_SET(package private) static com.google.common.collect.ImmutableSet<View>RpcViews. GRPC_CLIENT_VIEWS_SET(package private) static com.google.common.collect.ImmutableSet<View>RpcViews. GRPC_REAL_TIME_METRICS_VIEWS_SET(package private) static com.google.common.collect.ImmutableSet<View>RpcViews. GRPC_SERVER_BASIC_VIEWS_SET(package private) static com.google.common.collect.ImmutableSet<View>RpcViews. GRPC_SERVER_VIEWS_SET(package private) static com.google.common.collect.ImmutableSet<View>RpcViews. RPC_CUMULATIVE_VIEWS_SET(package private) static 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 View Modifier and Type Field Description static ViewHttpViewConstants. HTTP_CLIENT_COMPLETED_COUNT_VIEWViewfor count of client-side HTTP requests completed.static ViewHttpViewConstants. HTTP_CLIENT_RECEIVED_BYTES_VIEWViewfor size distribution of client-side HTTP response body.static ViewHttpViewConstants. HTTP_CLIENT_ROUNDTRIP_LATENCY_VIEWViewfor roundtrip latency distribution of client-side HTTP requests.static ViewHttpViewConstants. HTTP_CLIENT_SENT_BYTES_VIEWViewfor size distribution of client-side HTTP request body.static ViewHttpViewConstants. HTTP_SERVER_COMPLETED_COUNT_VIEWViewfor count of server-side HTTP requests serving completed.static ViewHttpViewConstants. HTTP_SERVER_LATENCY_VIEWViewfor latency distribution of server-side HTTP requests serving.static ViewHttpViewConstants. HTTP_SERVER_RECEIVED_BYTES_VIEWViewfor size distribution of server-side HTTP request body.static 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 View Modifier and Type Field Description (package private) static com.google.common.collect.ImmutableSet<View>HttpViews. HTTP_CLIENT_VIEWS_SET(package private) static 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 View Modifier and Type Field Description private java.util.Set<View>StatszZPageHandler. cachedViewsprivate static com.google.common.collect.ImmutableList<View>RpczZPageHandler. CLIENT_RPC_CUMULATIVE_VIEWSprivate static com.google.common.collect.ImmutableList<View>RpczZPageHandler. CLIENT_RPC_HOUR_VIEWSprivate static com.google.common.collect.ImmutableList<View>RpczZPageHandler. CLIENT_RPC_MINUTE_VIEWSprivate static com.google.common.collect.ImmutableList<View>RpczZPageHandler. SERVER_RPC_CUMULATIVE_VIEWSprivate static com.google.common.collect.ImmutableList<View>RpczZPageHandler. SERVER_RPC_HOUR_VIEWSprivate static com.google.common.collect.ImmutableList<View>RpczZPageHandler. SERVER_RPC_MINUTE_VIEWSMethods in io.opencensus.contrib.zpages with parameters of type View Modifier and Type Method Description private static voidStatszZPageHandler. emitViewDataRow(View view, java.util.Map.Entry<java.util.List<TagValue>,AggregationData> entry, java.io.PrintWriter out, java.util.Formatter formatter)private static voidStatszZPageHandler. emitViewDataTableHeader(View view, java.io.PrintWriter out, java.util.Formatter formatter)private static voidStatszZPageHandler. emitViewInfo(View view, ViewData.AggregationWindowData windowData, java.io.PrintWriter out, java.util.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 View Modifier and Type Method Description private voidRpczZPageHandler. getStatsSnapshots(java.util.Map<java.lang.String,RpczZPageHandler.StatsSnapshot> map, java.util.List<View> views)private static voidStatszZPageHandler. groupViewsByDirectoriesAndGetMeasures(java.util.Set<View> views, StatszZPageHandler.TreeNode root, java.util.Map<java.lang.String,Measure> measures, java.util.Set<View> cachedViews) -
Uses of View in io.opencensus.implcore.stats
Fields in io.opencensus.implcore.stats declared as View Modifier and Type Field Description private ViewMutableViewData.CreateCumulative. viewprivate ViewMutableViewData.CreateInterval. viewprivate ViewMutableViewData. viewFields in io.opencensus.implcore.stats with type parameters of type View Modifier and Type Field Description private java.util.Set<View>MeasureToViewMap. exportedViewsprivate java.util.Map<View.Name,View>MeasureToViewMap. registeredViewsMethods in io.opencensus.implcore.stats that return View Modifier and Type Method Description (package private) ViewMutableViewData. getView()Methods in io.opencensus.implcore.stats that return types with arguments of type View Modifier and Type Method Description private static java.util.Set<View>MeasureToViewMap. filterExportedViews(java.util.Collection<View> allViews)java.util.Set<View>ViewManagerImpl. getAllExportedViews()(package private) java.util.Set<View>MeasureToViewMap. getExportedViews()(package private) java.util.Set<View>StatsManager. getExportedViews()Methods in io.opencensus.implcore.stats with parameters of type View Modifier and Type Method Description (package private) static MutableViewDataMutableViewData. create(View view, Timestamp start)Constructs 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 View Modifier and Type Method Description private static java.util.Set<View>MeasureToViewMap. filterExportedViews(java.util.Collection<View> allViews)Constructors in io.opencensus.implcore.stats with parameters of type View Constructor Description CreateCumulative(View view, Timestamp start)CreateInterval(View view, Timestamp start)CumulativeMutableViewData(View view, Timestamp start)IntervalMutableViewData(View view, Timestamp start)MutableViewData(View view) -
Uses of View in io.opencensus.stats
Subclasses of View in io.opencensus.stats Modifier and Type Class Description (package private) classAutoValue_ViewFields in io.opencensus.stats declared as View Modifier and Type Field Description private ViewAutoValue_ViewData. viewFields in io.opencensus.stats with type parameters of type View Modifier and Type Field Description private java.util.Set<View>NoopStats.NoopViewManager. exportedViewsprivate java.util.Map<View.Name,View>NoopStats.NoopViewManager. registeredViewsMethods in io.opencensus.stats that return View Modifier and Type Method Description static ViewView. create(View.Name name, java.lang.String description, Measure measure, Aggregation aggregation, java.util.List<TagKey> columns)Constructs a newView.static ViewView. create(View.Name name, java.lang.String description, Measure measure, Aggregation aggregation, java.util.List<TagKey> columns, View.AggregationWindow window)Deprecated.in favor ofcreate(Name, String, Measure, Aggregation, List).ViewAutoValue_ViewData. getView()abstract ViewViewData. getView()Methods in io.opencensus.stats that return types with arguments of type View Modifier and Type Method Description private static java.util.Set<View>NoopStats.NoopViewManager. filterExportedViews(java.util.Collection<View> allViews)java.util.Set<View>NoopStats.NoopViewManager. getAllExportedViews()abstract java.util.Set<View>ViewManager. getAllExportedViews()Returns all registered views that should be exported.Methods in io.opencensus.stats with parameters of type View Modifier and Type Method Description static ViewDataViewData. create(View view, java.util.Map<? extends java.util.List<TagValue>,? extends AggregationData> map, Timestamp start, Timestamp end)Constructs a newViewData.static ViewDataViewData. create(View view, java.util.Map<? extends java.util.List<TagValue>,? extends AggregationData> map, ViewData.AggregationWindowData windowData)Deprecated.in favor ofViewData.create(View, Map, Timestamp, Timestamp).private static ViewDataViewData. createInternal(View view, java.util.Map<java.util.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 View Modifier and Type Method Description private static java.util.Set<View>NoopStats.NoopViewManager. filterExportedViews(java.util.Collection<View> allViews)Constructors in io.opencensus.stats with parameters of type View Constructor Description AutoValue_ViewData(View view, java.util.Map<java.util.List<TagValue>,AggregationData> aggregationMap, ViewData.AggregationWindowData windowData, Timestamp start, Timestamp end)
-