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
Subclasses of InstrumentSelector in io.opentelemetry.sdk.metricsMethods in io.opentelemetry.sdk.metrics that return InstrumentSelectorModifier and TypeMethodDescriptionInstrumentSelectorBuilder.build()
Returns anInstrumentSelector
with the configuration of this builder.(package private) static InstrumentSelector
InstrumentSelector.create
(InstrumentType instrumentType, String instrumentName, String instrumentUnit, String meterName, String meterVersion, String meterSchemaUrl) 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
Fields in io.opentelemetry.sdk.metrics.internal.view declared as InstrumentSelectorModifier and TypeFieldDescriptionprivate final InstrumentSelector
AutoValue_RegisteredView.instrumentSelector
Methods in io.opentelemetry.sdk.metrics.internal.view that return InstrumentSelectorModifier and TypeMethodDescriptionAutoValue_RegisteredView.getInstrumentSelector()
abstract InstrumentSelector
RegisteredView.getInstrumentSelector()
Instrument filter for applying this view.Methods in io.opentelemetry.sdk.metrics.internal.view with parameters of type InstrumentSelectorModifier and TypeMethodDescriptionstatic RegisteredView
RegisteredView.create
(InstrumentSelector selector, View view, AttributesProcessor viewAttributesProcessor, int cardinalityLimit, SourceInfo viewSourceInfo) private static boolean
ViewRegistry.matchesMeter
(InstrumentSelector selector, InstrumentationScopeInfo meterScope) private static boolean
ViewRegistry.matchesSelector
(InstrumentSelector selector, InstrumentDescriptor descriptor, InstrumentationScopeInfo meterScope) Constructors in io.opentelemetry.sdk.metrics.internal.view with parameters of type InstrumentSelectorModifierConstructorDescription(package private)
AutoValue_RegisteredView
(InstrumentSelector instrumentSelector, View view, AttributesProcessor viewAttributesProcessor, int cardinalityLimit, SourceInfo viewSourceInfo)