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 anInstrumentSelectorwith the configuration of this builder.(package private) static InstrumentSelectorInstrumentSelector.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 InstrumentSelectorAutoValue_RegisteredView.instrumentSelectorMethods in io.opentelemetry.sdk.metrics.internal.view that return InstrumentSelectorModifier and TypeMethodDescriptionAutoValue_RegisteredView.getInstrumentSelector()abstract 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) private static booleanViewRegistry.matchesMeter(InstrumentSelector selector, InstrumentationScopeInfo meterScope) private static booleanViewRegistry.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)