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
Methods in io.opentelemetry.sdk.metrics that return ViewModifier and TypeMethodDescriptionViewBuilder.build()Returns aViewwith the configuration of this builder.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
Methods in io.opentelemetry.sdk.metrics.internal.descriptor that return ViewModifier and TypeMethodDescriptionabstract ViewMetricDescriptor.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 MetricDescriptorMetricDescriptor.create(View view, SourceInfo viewSourceInfo, InstrumentDescriptor instrument) Constructs a metric descriptor for a given View + instrument. -
Uses of View in io.opentelemetry.sdk.metrics.internal.view
Methods in io.opentelemetry.sdk.metrics.internal.view that return ViewMethods in io.opentelemetry.sdk.metrics.internal.view with parameters of type ViewModifier and TypeMethodDescriptionstatic RegisteredViewRegisteredView.create(InstrumentSelector selector, View view, AttributesProcessor viewAttributesProcessor, int cardinalityLimit, SourceInfo viewSourceInfo)