Uses of Class
io.opentelemetry.sdk.metrics.View
-
Packages that use View Package Description io.opentelemetry.sdk.metrics The SDK implementation of metrics.io.opentelemetry.sdk.metrics.internal.descriptor io.opentelemetry.sdk.metrics.internal.view View related internal classes. -
-
Uses of View in io.opentelemetry.sdk.metrics
Subclasses of View in io.opentelemetry.sdk.metrics Modifier and Type Class Description (package private) classAutoValue_ViewMethods in io.opentelemetry.sdk.metrics that return View Modifier and Type Method Description ViewViewBuilder. build()Returns aViewwith the configuration of this builder.(package private) static ViewView. create(java.lang.String name, java.lang.String description, Aggregation aggregation, AttributesProcessor attributesProcessor, int cardinalityLimit)Methods in io.opentelemetry.sdk.metrics with parameters of type View Modifier and Type Method Description SdkMeterProviderBuilderSdkMeterProviderBuilder. 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 View Modifier and Type Field Description private ViewAutoValue_MetricDescriptor. viewMethods in io.opentelemetry.sdk.metrics.internal.descriptor that return View Modifier and Type Method Description ViewAutoValue_MetricDescriptor. getView()abstract ViewMetricDescriptor. getView()The view that lead to the creation of this metric.Methods in io.opentelemetry.sdk.metrics.internal.descriptor with parameters of type View Modifier and Type Method Description static MetricDescriptorMetricDescriptor. 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 View Constructor Description AutoValue_MetricDescriptor(java.lang.String name, java.lang.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 View Modifier and Type Field Description (package private) static ViewViewRegistry. DEFAULT_VIEWprivate ViewAutoValue_RegisteredView. viewMethods in io.opentelemetry.sdk.metrics.internal.view that return View Modifier and Type Method Description ViewAutoValue_RegisteredView. getView()abstract ViewRegisteredView. getView()The view to apply.Methods in io.opentelemetry.sdk.metrics.internal.view with parameters of type View Modifier and Type Method Description static RegisteredViewRegisteredView. create(InstrumentSelector selector, View view, AttributesProcessor viewAttributesProcessor, int cardinalityLimit, SourceInfo viewSourceInfo)Constructors in io.opentelemetry.sdk.metrics.internal.view with parameters of type View Constructor Description AutoValue_RegisteredView(InstrumentSelector instrumentSelector, View view, AttributesProcessor viewAttributesProcessor, int cardinalityLimit, SourceInfo viewSourceInfo)
-