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) class
AutoValue_View
Methods in io.opentelemetry.sdk.metrics that return View Modifier and Type Method Description View
ViewBuilder. build()
Returns aView
with the configuration of this builder.(package private) static View
View. 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 SdkMeterProviderBuilder
SdkMeterProviderBuilder. 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 View
AutoValue_MetricDescriptor. view
Methods in io.opentelemetry.sdk.metrics.internal.descriptor that return View Modifier and Type Method Description View
AutoValue_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 View Modifier and Type Method Description static 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 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 View
ViewRegistry. DEFAULT_VIEW
private View
AutoValue_RegisteredView. view
Methods in io.opentelemetry.sdk.metrics.internal.view that return View Modifier and Type Method Description View
AutoValue_RegisteredView. getView()
abstract View
RegisteredView. getView()
The view to apply.Methods in io.opentelemetry.sdk.metrics.internal.view with parameters of type View Modifier and Type Method Description static 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 View Constructor Description AutoValue_RegisteredView(InstrumentSelector instrumentSelector, View view, AttributesProcessor viewAttributesProcessor, int cardinalityLimit, SourceInfo viewSourceInfo)
-