Uses of Class
io.opentelemetry.sdk.metrics.internal.view.AttributesProcessor
Packages that use AttributesProcessor
Package
Description
The SDK implementation of metrics.
Internal SDK implementation classes.
View related internal classes.
-
Uses of AttributesProcessor in io.opentelemetry.sdk.metrics
Fields in io.opentelemetry.sdk.metrics declared as AttributesProcessorModifier and TypeFieldDescriptionprivate final AttributesProcessorAutoValue_View.attributesProcessorprivate AttributesProcessorViewBuilder.processorMethods in io.opentelemetry.sdk.metrics that return AttributesProcessorModifier and TypeMethodDescription(package private) AttributesProcessorAutoValue_View.getAttributesProcessor()(package private) abstract AttributesProcessorView.getAttributesProcessor()Returns the attribute processor used for this view.Methods in io.opentelemetry.sdk.metrics with parameters of type AttributesProcessorModifier and TypeMethodDescription(package private) ViewBuilderViewBuilder.addAttributesProcessor(AttributesProcessor attributesProcessor) Add an attribute processor.(package private) static ViewView.create(String name, String description, Aggregation aggregation, AttributesProcessor attributesProcessor, int cardinalityLimit) Constructors in io.opentelemetry.sdk.metrics with parameters of type AttributesProcessorModifierConstructorDescription(package private)AutoValue_View(String name, String description, Aggregation aggregation, AttributesProcessor attributesProcessor, int cardinalityLimit) -
Uses of AttributesProcessor in io.opentelemetry.sdk.metrics.internal
Methods in io.opentelemetry.sdk.metrics.internal with parameters of type AttributesProcessorModifier and TypeMethodDescriptionprivate static voidSdkMeterProviderUtil.addAttributesProcessor(ViewBuilder viewBuilder, AttributesProcessor attributesProcessor) -
Uses of AttributesProcessor in io.opentelemetry.sdk.metrics.internal.state
Fields in io.opentelemetry.sdk.metrics.internal.state declared as AttributesProcessorModifier and TypeFieldDescriptionprivate final AttributesProcessorAsynchronousMetricStorage.attributesProcessorprivate final AttributesProcessorDefaultSynchronousMetricStorage.attributesProcessorConstructors in io.opentelemetry.sdk.metrics.internal.state with parameters of type AttributesProcessorModifierConstructorDescriptionprivateAsynchronousMetricStorage(RegisteredReader registeredReader, MetricDescriptor metricDescriptor, Aggregator<T, U> aggregator, AttributesProcessor attributesProcessor, int maxCardinality) (package private)DefaultSynchronousMetricStorage(RegisteredReader registeredReader, MetricDescriptor metricDescriptor, Aggregator<T, U> aggregator, AttributesProcessor attributesProcessor, int maxCardinality) -
Uses of AttributesProcessor in io.opentelemetry.sdk.metrics.internal.view
Subclasses of AttributesProcessor in io.opentelemetry.sdk.metrics.internal.viewModifier and TypeClassDescription(package private) final classprivate static classProcessor which appends a static set ofAttributes.private static classProcessor which filters attributes according to aAttributeKey.getKey()Predicate.private static final classProcessor which appends entries fromBaggagewith keys that match a predicate.private static final classAAttributesProcessorthat runs a sequence of processors.(package private) classFields in io.opentelemetry.sdk.metrics.internal.view declared as AttributesProcessorModifier and TypeFieldDescriptionprivate final AttributesProcessorAutoValue_RegisteredView.viewAttributesProcessorFields in io.opentelemetry.sdk.metrics.internal.view with type parameters of type AttributesProcessorModifier and TypeFieldDescriptionprivate final Collection<AttributesProcessor> AttributesProcessor.JoinedAttributesProcessor.processorsMethods in io.opentelemetry.sdk.metrics.internal.view that return AttributesProcessorModifier and TypeMethodDescriptionstatic AttributesProcessorAttributesProcessor.append(Attributes attributes) Creates a processor which appends (exactly) the given attributes.static AttributesProcessorAttributesProcessor.appendBaggageByKeyName(Predicate<String> nameFilter) Creates a processor which appends values fromBaggage.static AttributesProcessorAttributesProcessor.filterByKeyName(Predicate<String> nameFilter) Creates a processor which filters down attributes from a measurement.AutoValue_RegisteredView.getViewAttributesProcessor()abstract AttributesProcessorRegisteredView.getViewAttributesProcessor()The view'sAttributesProcessor.static AttributesProcessorAttributesProcessor.noop()No-op version of attributes processor, returns what it gets.(package private) AttributesProcessorAttributesProcessor.JoinedAttributesProcessor.prepend(AttributesProcessor other) AttributesProcessor.JoinedAttributesProcessor.then(AttributesProcessor other) AttributesProcessor.then(AttributesProcessor other) Joins this attribute processor with another that operates after this one.Methods in io.opentelemetry.sdk.metrics.internal.view with parameters of type AttributesProcessorModifier and TypeMethodDescriptionstatic RegisteredViewRegisteredView.create(InstrumentSelector selector, View view, AttributesProcessor viewAttributesProcessor, int cardinalityLimit, SourceInfo viewSourceInfo) (package private) AttributesProcessorAttributesProcessor.JoinedAttributesProcessor.prepend(AttributesProcessor other) AttributesProcessor.JoinedAttributesProcessor.then(AttributesProcessor other) AttributesProcessor.then(AttributesProcessor other) Joins this attribute processor with another that operates after this one.Constructors in io.opentelemetry.sdk.metrics.internal.view with parameters of type AttributesProcessorModifierConstructorDescription(package private)AutoValue_RegisteredView(InstrumentSelector instrumentSelector, View view, AttributesProcessor viewAttributesProcessor, int cardinalityLimit, SourceInfo viewSourceInfo) Constructor parameters in io.opentelemetry.sdk.metrics.internal.view with type arguments of type AttributesProcessorModifierConstructorDescription(package private)JoinedAttributesProcessor(Collection<AttributesProcessor> processors)