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 View
RpcViewConstants.GRPC_CLIENT_COMPLETED_RPC_VIEW
View
for completed client RPCs.static final View
RpcViewConstants.GRPC_CLIENT_RECEIVED_BYTES_PER_METHOD_VIEW
View
for client received bytes per method.static final View
RpcViewConstants.GRPC_CLIENT_RECEIVED_BYTES_PER_RPC_VIEW
View
for client received bytes per RPC.static final View
RpcViewConstants.GRPC_CLIENT_RECEIVED_MESSAGES_PER_METHOD_VIEW
View
for client received messages.static final View
RpcViewConstants.GRPC_CLIENT_RECEIVED_MESSAGES_PER_RPC_VIEW
View
for client received messages per RPC.static final View
RpcViewConstants.GRPC_CLIENT_RETRIES_PER_CALL_VIEW
View
for client retries per call.static final View
RpcViewConstants.GRPC_CLIENT_RETRIES_VIEW
View
for total retries across all calls, excluding transparent retries.static final View
RpcViewConstants.GRPC_CLIENT_RETRY_DELAY_PER_CALL_VIEW
View
for total time of delay while there is no active attempt during the client call.static final View
RpcViewConstants.GRPC_CLIENT_ROUNDTRIP_LATENCY_VIEW
View
for client roundtrip latency in milliseconds.static final View
RpcViewConstants.GRPC_CLIENT_SENT_BYTES_PER_METHOD_VIEW
View
for client sent bytes per method.static final View
RpcViewConstants.GRPC_CLIENT_SENT_BYTES_PER_RPC_VIEW
View
for client sent bytes per RPC.static final View
RpcViewConstants.GRPC_CLIENT_SENT_MESSAGES_PER_METHOD_VIEW
View
for client sent messages.static final View
RpcViewConstants.GRPC_CLIENT_SENT_MESSAGES_PER_RPC_VIEW
View
for client sent messages per RPC.static final View
RpcViewConstants.GRPC_CLIENT_SERVER_LATENCY_VIEW
View
for client server latency in milliseconds.static final View
RpcViewConstants.GRPC_CLIENT_STARTED_RPC_VIEW
View
for started client RPCs.static final View
RpcViewConstants.GRPC_CLIENT_TRANSPARENT_RETRIES_PER_CALL_VIEW
View
for transparent retries per call.static final View
RpcViewConstants.GRPC_CLIENT_TRANSPARENT_RETRIES_VIEW
View
for total transparent client retries across calls.static final View
RpcViewConstants.GRPC_SERVER_COMPLETED_RPC_VIEW
View
for completed server RPCs.static final View
RpcViewConstants.GRPC_SERVER_RECEIVED_BYTES_PER_METHOD_VIEW
View
for total server received bytes per method.static final View
RpcViewConstants.GRPC_SERVER_RECEIVED_BYTES_PER_RPC_VIEW
View
for server received bytes per RPC.static final View
RpcViewConstants.GRPC_SERVER_RECEIVED_MESSAGES_PER_METHOD_VIEW
View
for server received messages.static final View
RpcViewConstants.GRPC_SERVER_RECEIVED_MESSAGES_PER_RPC_VIEW
View
for server received messages per RPC.static final View
RpcViewConstants.GRPC_SERVER_SENT_BYTES_PER_METHOD_VIEW
View
for total server sent bytes per method.static final View
RpcViewConstants.GRPC_SERVER_SENT_BYTES_PER_RPC_VIEW
View
for server sent bytes per RPC.static final View
RpcViewConstants.GRPC_SERVER_SENT_MESSAGES_PER_METHOD_VIEW
View
for server sent messages.static final View
RpcViewConstants.GRPC_SERVER_SENT_MESSAGES_PER_RPC_VIEW
View
for server sent messages per RPC.static final View
RpcViewConstants.GRPC_SERVER_SERVER_LATENCY_VIEW
View
for server server latency in milliseconds.static final View
RpcViewConstants.GRPC_SERVER_STARTED_RPC_VIEW
View
for started server RPCs.static final View
RpcViewConstants.RPC_CLIENT_ERROR_COUNT_HOUR_VIEW
HourView
for client RPC errors.static final View
RpcViewConstants.RPC_CLIENT_ERROR_COUNT_MINUTE_VIEW
MinuteView
for client RPC errors.static final View
RpcViewConstants.RPC_CLIENT_ERROR_COUNT_VIEW
Deprecated.since error count measure is deprecated.static final View
RpcViewConstants.RPC_CLIENT_FINISHED_COUNT_CUMULATIVE_VIEW
Deprecated.in favor ofRpcViewConstants.GRPC_CLIENT_COMPLETED_RPC_VIEW
.static final View
RpcViewConstants.RPC_CLIENT_FINISHED_COUNT_HOUR_VIEW
HourView
for finished client RPCs.static final View
RpcViewConstants.RPC_CLIENT_FINISHED_COUNT_MINUTE_VIEW
MinuteView
for finished client RPCs.static final View
RpcViewConstants.RPC_CLIENT_REQUEST_BYTES_HOUR_VIEW
HourView
for client request bytes.static final View
RpcViewConstants.RPC_CLIENT_REQUEST_BYTES_MINUTE_VIEW
MinuteView
for client request bytes.static final View
RpcViewConstants.RPC_CLIENT_REQUEST_BYTES_VIEW
Deprecated.in favor ofRpcViewConstants.GRPC_CLIENT_SENT_BYTES_PER_RPC_VIEW
.static final View
RpcViewConstants.RPC_CLIENT_REQUEST_COUNT_HOUR_VIEW
HourView
for client request messages.static final View
RpcViewConstants.RPC_CLIENT_REQUEST_COUNT_MINUTE_VIEW
MinuteView
for client request messages.static final View
RpcViewConstants.RPC_CLIENT_REQUEST_COUNT_VIEW
Deprecated.static final View
RpcViewConstants.RPC_CLIENT_RESPONSE_BYTES_HOUR_VIEW
HourView
for client response bytes.static final View
RpcViewConstants.RPC_CLIENT_RESPONSE_BYTES_MINUTE_VIEW
MinuteView
for client response bytes.static final View
RpcViewConstants.RPC_CLIENT_RESPONSE_BYTES_VIEW
Deprecated.static final View
RpcViewConstants.RPC_CLIENT_RESPONSE_COUNT_HOUR_VIEW
HourView
for client response messages.static final View
RpcViewConstants.RPC_CLIENT_RESPONSE_COUNT_MINUTE_VIEW
MinuteView
for client response messages.static final View
RpcViewConstants.RPC_CLIENT_RESPONSE_COUNT_VIEW
Deprecated.static final View
RpcViewConstants.RPC_CLIENT_ROUNDTRIP_LATENCY_HOUR_VIEW
HourView
for client roundtrip latency in milliseconds.static final View
RpcViewConstants.RPC_CLIENT_ROUNDTRIP_LATENCY_MINUTE_VIEW
MinuteView
for client roundtrip latency in milliseconds.static final View
RpcViewConstants.RPC_CLIENT_ROUNDTRIP_LATENCY_VIEW
Deprecated.in favor ofRpcViewConstants.GRPC_CLIENT_ROUNDTRIP_LATENCY_VIEW
.static final View
RpcViewConstants.RPC_CLIENT_SERVER_ELAPSED_TIME_HOUR_VIEW
HourView
for client server elapsed time in milliseconds.static final View
RpcViewConstants.RPC_CLIENT_SERVER_ELAPSED_TIME_MINUTE_VIEW
MinuteView
for client server elapsed time in milliseconds.static final View
RpcViewConstants.RPC_CLIENT_SERVER_ELAPSED_TIME_VIEW
Deprecated.in favor ofRpcViewConstants.GRPC_CLIENT_SERVER_LATENCY_VIEW
.static final View
RpcViewConstants.RPC_CLIENT_STARTED_COUNT_CUMULATIVE_VIEW
Deprecated.in favor ofRpcViewConstants.GRPC_CLIENT_STARTED_RPC_VIEW
.static final View
RpcViewConstants.RPC_CLIENT_STARTED_COUNT_HOUR_VIEW
HourView
for started client RPCs.static final View
RpcViewConstants.RPC_CLIENT_STARTED_COUNT_MINUTE_VIEW
MinuteView
for started client RPCs.static final View
RpcViewConstants.RPC_CLIENT_UNCOMPRESSED_REQUEST_BYTES_HOUR_VIEW
HourView
for client uncompressed request bytes.static final View
RpcViewConstants.RPC_CLIENT_UNCOMPRESSED_REQUEST_BYTES_MINUTE_VIEW
MinuteView
for client uncompressed request bytes.static final View
RpcViewConstants.RPC_CLIENT_UNCOMPRESSED_REQUEST_BYTES_VIEW
Deprecated.in favor ofRpcViewConstants.GRPC_CLIENT_SENT_BYTES_PER_RPC_VIEW
.static final View
RpcViewConstants.RPC_CLIENT_UNCOMPRESSED_RESPONSE_BYTES_HOUR_VIEW
HourView
for client uncompressed response bytes.static final View
RpcViewConstants.RPC_CLIENT_UNCOMPRESSED_RESPONSE_BYTES_MINUTE_VIEW
MinuteView
for client uncompressed response bytes.static final View
RpcViewConstants.RPC_CLIENT_UNCOMPRESSED_RESPONSE_BYTES_VIEW
Deprecated.static final View
RpcViewConstants.RPC_SERVER_ERROR_COUNT_HOUR_VIEW
HourView
for server RPC errors.static final View
RpcViewConstants.RPC_SERVER_ERROR_COUNT_MINUTE_VIEW
MinuteView
for server RPC errors.static final View
RpcViewConstants.RPC_SERVER_ERROR_COUNT_VIEW
Deprecated.since error count measure is deprecated.static final View
RpcViewConstants.RPC_SERVER_FINISHED_COUNT_CUMULATIVE_VIEW
Deprecated.in favor ofRpcViewConstants.GRPC_SERVER_COMPLETED_RPC_VIEW
.static final View
RpcViewConstants.RPC_SERVER_FINISHED_COUNT_HOUR_VIEW
HourView
for finished server RPCs.static final View
RpcViewConstants.RPC_SERVER_FINISHED_COUNT_MINUTE_VIEW
MinuteView
for finished server RPCs.static final View
RpcViewConstants.RPC_SERVER_REQUEST_BYTES_HOUR_VIEW
HourView
for server request bytes.static final View
RpcViewConstants.RPC_SERVER_REQUEST_BYTES_MINUTE_VIEW
MinuteView
for server request bytes.static final View
RpcViewConstants.RPC_SERVER_REQUEST_BYTES_VIEW
Deprecated.static final View
RpcViewConstants.RPC_SERVER_REQUEST_COUNT_HOUR_VIEW
HourView
for server request messages.static final View
RpcViewConstants.RPC_SERVER_REQUEST_COUNT_MINUTE_VIEW
MinuteView
for server request messages.static final View
RpcViewConstants.RPC_SERVER_REQUEST_COUNT_VIEW
Deprecated.static final View
RpcViewConstants.RPC_SERVER_RESPONSE_BYTES_HOUR_VIEW
HourView
for server response bytes.static final View
RpcViewConstants.RPC_SERVER_RESPONSE_BYTES_MINUTE_VIEW
MinuteView
for server response bytes.static final View
RpcViewConstants.RPC_SERVER_RESPONSE_BYTES_VIEW
Deprecated.in favor ofRpcViewConstants.GRPC_SERVER_SENT_BYTES_PER_RPC_VIEW
.static final View
RpcViewConstants.RPC_SERVER_RESPONSE_COUNT_HOUR_VIEW
HourView
for server response messages.static final View
RpcViewConstants.RPC_SERVER_RESPONSE_COUNT_MINUTE_VIEW
MinuteView
for server response messages.static final View
RpcViewConstants.RPC_SERVER_RESPONSE_COUNT_VIEW
Deprecated.static final View
RpcViewConstants.RPC_SERVER_SERVER_ELAPSED_TIME_HOUR_VIEW
HourView
for server elapsed time in milliseconds.static final View
RpcViewConstants.RPC_SERVER_SERVER_ELAPSED_TIME_MINUTE_VIEW
MinuteView
for server elapsed time in milliseconds.static final View
RpcViewConstants.RPC_SERVER_SERVER_ELAPSED_TIME_VIEW
Deprecated.in favor ofRpcViewConstants.GRPC_SERVER_SERVER_LATENCY_VIEW
.static final View
RpcViewConstants.RPC_SERVER_SERVER_LATENCY_HOUR_VIEW
HourView
for server latency in milliseconds.static final View
RpcViewConstants.RPC_SERVER_SERVER_LATENCY_MINUTE_VIEW
MinuteView
for server latency in milliseconds.static final View
RpcViewConstants.RPC_SERVER_SERVER_LATENCY_VIEW
Deprecated.in favor ofRpcViewConstants.GRPC_SERVER_SERVER_LATENCY_VIEW
.static final View
RpcViewConstants.RPC_SERVER_STARTED_COUNT_CUMULATIVE_VIEW
Deprecated.in favor ofRpcViewConstants.GRPC_SERVER_STARTED_RPC_VIEW
.static final View
RpcViewConstants.RPC_SERVER_STARTED_COUNT_HOUR_VIEW
HourView
for started server RPCs.static final View
RpcViewConstants.RPC_SERVER_STARTED_COUNT_MINUTE_VIEW
MinuteView
for started server RPCs.static final View
RpcViewConstants.RPC_SERVER_UNCOMPRESSED_REQUEST_BYTES_HOUR_VIEW
HourView
for server uncompressed request bytes.static final View
RpcViewConstants.RPC_SERVER_UNCOMPRESSED_REQUEST_BYTES_MINUTE_VIEW
MinuteView
for server uncompressed request bytes.static final View
RpcViewConstants.RPC_SERVER_UNCOMPRESSED_REQUEST_BYTES_VIEW
Deprecated.static final View
RpcViewConstants.RPC_SERVER_UNCOMPRESSED_RESPONSE_BYTES_HOUR_VIEW
HourView
for server uncompressed response bytes.static final View
RpcViewConstants.RPC_SERVER_UNCOMPRESSED_RESPONSE_BYTES_MINUTE_VIEW
MinuteView
for server uncompressed response bytes.static final View
RpcViewConstants.RPC_SERVER_UNCOMPRESSED_RESPONSE_BYTES_VIEW
Deprecated.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 View
HttpViewConstants.HTTP_CLIENT_COMPLETED_COUNT_VIEW
View
for count of client-side HTTP requests completed.static final View
HttpViewConstants.HTTP_CLIENT_RECEIVED_BYTES_VIEW
View
for size distribution of client-side HTTP response body.static final View
HttpViewConstants.HTTP_CLIENT_ROUNDTRIP_LATENCY_VIEW
View
for roundtrip latency distribution of client-side HTTP requests.static final View
HttpViewConstants.HTTP_CLIENT_SENT_BYTES_VIEW
View
for size distribution of client-side HTTP request body.static final View
HttpViewConstants.HTTP_SERVER_COMPLETED_COUNT_VIEW
View
for count of server-side HTTP requests serving completed.static final View
HttpViewConstants.HTTP_SERVER_LATENCY_VIEW
View
for latency distribution of server-side HTTP requests serving.static final View
HttpViewConstants.HTTP_SERVER_RECEIVED_BYTES_VIEW
View
for size distribution of server-side HTTP request body.static final View
HttpViewConstants.HTTP_SERVER_SENT_BYTES_VIEW
View
for 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.cachedViews
private static final com.google.common.collect.ImmutableList
<View> RpczZPageHandler.CLIENT_RPC_CUMULATIVE_VIEWS
private static final com.google.common.collect.ImmutableList
<View> RpczZPageHandler.CLIENT_RPC_HOUR_VIEWS
private static final com.google.common.collect.ImmutableList
<View> RpczZPageHandler.CLIENT_RPC_MINUTE_VIEWS
private static final com.google.common.collect.ImmutableList
<View> RpczZPageHandler.SERVER_RPC_CUMULATIVE_VIEWS
private static final com.google.common.collect.ImmutableList
<View> RpczZPageHandler.SERVER_RPC_HOUR_VIEWS
private static final com.google.common.collect.ImmutableList
<View> RpczZPageHandler.SERVER_RPC_MINUTE_VIEWS
Methods in io.opencensus.contrib.zpages with parameters of type ViewModifier and TypeMethodDescriptionprivate static void
StatszZPageHandler.emitViewDataRow
(View view, Map.Entry<List<TagValue>, AggregationData> entry, PrintWriter out, Formatter formatter) private static void
StatszZPageHandler.emitViewDataTableHeader
(View view, PrintWriter out, Formatter formatter) private static void
StatszZPageHandler.emitViewInfo
(View view, ViewData.AggregationWindowData windowData, PrintWriter out, Formatter formatter) private static void
RpczZPageHandler.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 void
RpczZPageHandler.getStatsSnapshots
(Map<String, RpczZPageHandler.StatsSnapshot> map, List<View> views) private static void
StatszZPageHandler.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 View
MutableViewData.CreateCumulative.view
private final View
MutableViewData.CreateInterval.view
private final View
MutableViewData.view
Fields 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 MutableViewData
Constructs a newMutableViewData
.(package private) void
MeasureToViewMap.registerView
(View view, Clock clock) Enable stats collection for the givenView
.(package private) void
StatsManager.registerView
(View view) void
ViewManagerImpl.registerView
(View view) (package private) static MetricDescriptor
MetricUtils.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 ViewModifierConstructorDescriptionprivate
CreateCumulative
(View view, Timestamp start) private
CreateInterval
(View view, Timestamp start) private
CumulativeMutableViewData
(View view, Timestamp start) private
IntervalMutableViewData
(View view, Timestamp start) private
MutableViewData
(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.exportedViews
NoopStats.NoopViewManager.registeredViews
Methods in io.opencensus.stats that return ViewModifier and TypeMethodDescriptionstatic View
View.create
(View.Name name, String description, Measure measure, Aggregation aggregation, List<TagKey> columns) Constructs a newView
.static View
View.create
(View.Name name, String description, Measure measure, Aggregation aggregation, List<TagKey> columns, View.AggregationWindow window) Deprecated.in favor ofcreate(Name, String, Measure, Aggregation, List)
.AutoValue_ViewData.getView()
abstract View
ViewData.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 ViewData
ViewData.create
(View view, Map<? extends List<TagValue>, ? extends AggregationData> map, Timestamp start, Timestamp end) Constructs a newViewData
.static ViewData
ViewData.create
(View view, Map<? extends List<TagValue>, ? extends AggregationData> map, ViewData.AggregationWindowData windowData) Deprecated.in favor ofViewData.create(View, Map, Timestamp, Timestamp)
.private static ViewData
ViewData.createInternal
(View view, Map<List<TagValue>, AggregationData> aggregationMap, ViewData.AggregationWindowData window, Timestamp start, Timestamp end) void
NoopStats.NoopViewManager.registerView
(View newView) abstract void
ViewManager.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)