Uses of Class
io.opentelemetry.sdk.metrics.View
Packages that use View
Package
Description
The SDK implementation of metrics.
View related internal classes.
-
Uses of View in io.opentelemetry.sdk.metrics
Subclasses of View in io.opentelemetry.sdk.metricsMethods in io.opentelemetry.sdk.metrics that return ViewModifier and TypeMethodDescriptionViewBuilder.build()
Returns aView
with the configuration of this builder.(package private) static View
View.create
(String name, String description, Aggregation aggregation, AttributesProcessor attributesProcessor, int cardinalityLimit) Methods in io.opentelemetry.sdk.metrics with parameters of type ViewModifier and TypeMethodDescriptionSdkMeterProviderBuilder.registerView
(InstrumentSelector selector, View view) Register aView
. -
Uses of View in io.opentelemetry.sdk.metrics.internal.descriptor
Fields in io.opentelemetry.sdk.metrics.internal.descriptor declared as ViewMethods in io.opentelemetry.sdk.metrics.internal.descriptor that return ViewModifier and TypeMethodDescriptionAutoValue_MetricDescriptor.getView()
abstract View
MetricDescriptor.getView()
The view that lead to the creation of this metric.Methods in io.opentelemetry.sdk.metrics.internal.descriptor with parameters of type ViewModifier and TypeMethodDescriptionstatic MetricDescriptor
MetricDescriptor.create
(View view, SourceInfo viewSourceInfo, InstrumentDescriptor instrument) Constructs a metric descriptor for a given View + instrument.Constructors in io.opentelemetry.sdk.metrics.internal.descriptor with parameters of type ViewModifierConstructorDescription(package private)
AutoValue_MetricDescriptor
(String name, String description, View view, InstrumentDescriptor sourceInstrument) -
Uses of View in io.opentelemetry.sdk.metrics.internal.view
Fields in io.opentelemetry.sdk.metrics.internal.view declared as ViewModifier and TypeFieldDescription(package private) static final View
ViewRegistry.DEFAULT_VIEW
private final View
AutoValue_RegisteredView.view
Methods in io.opentelemetry.sdk.metrics.internal.view that return ViewModifier and TypeMethodDescriptionAutoValue_RegisteredView.getView()
abstract View
RegisteredView.getView()
The view to apply.Methods in io.opentelemetry.sdk.metrics.internal.view with parameters of type ViewModifier and TypeMethodDescriptionstatic RegisteredView
RegisteredView.create
(InstrumentSelector selector, View view, AttributesProcessor viewAttributesProcessor, int cardinalityLimit, SourceInfo viewSourceInfo) Constructors in io.opentelemetry.sdk.metrics.internal.view with parameters of type ViewModifierConstructorDescription(package private)
AutoValue_RegisteredView
(InstrumentSelector instrumentSelector, View view, AttributesProcessor viewAttributesProcessor, int cardinalityLimit, SourceInfo viewSourceInfo)