Uses of Class
io.opentelemetry.sdk.metrics.InstrumentSelector
Packages that use InstrumentSelector
Package
Description
The SDK implementation of metrics.
View related internal classes.
-
Uses of InstrumentSelector in io.opentelemetry.sdk.metrics
Methods in io.opentelemetry.sdk.metrics that return InstrumentSelectorModifier and TypeMethodDescriptionInstrumentSelectorBuilder.build()Returns anInstrumentSelectorwith the configuration of this builder.Methods in io.opentelemetry.sdk.metrics with parameters of type InstrumentSelectorModifier and TypeMethodDescriptionSdkMeterProviderBuilder.registerView(InstrumentSelector selector, View view) Register aView. -
Uses of InstrumentSelector in io.opentelemetry.sdk.metrics.internal.view
Methods in io.opentelemetry.sdk.metrics.internal.view that return InstrumentSelectorModifier and TypeMethodDescriptionabstract InstrumentSelectorRegisteredView.getInstrumentSelector()Instrument filter for applying this view.Methods in io.opentelemetry.sdk.metrics.internal.view with parameters of type InstrumentSelectorModifier and TypeMethodDescriptionstatic RegisteredViewRegisteredView.create(InstrumentSelector selector, View view, AttributesProcessor viewAttributesProcessor, int cardinalityLimit, SourceInfo viewSourceInfo)