Uses of Class
io.opentelemetry.sdk.metrics.internal.view.AttributesProcessor
Packages that use AttributesProcessor
-
Uses of AttributesProcessor in io.opentelemetry.sdk.metrics.internal.view
Methods 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.abstract AttributesProcessorRegisteredView.getViewAttributesProcessor()The view'sAttributesProcessor.static AttributesProcessorAttributesProcessor.noop()No-op version of attributes processor, returns what it gets.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) AttributesProcessor.then(AttributesProcessor other) Joins this attribute processor with another that operates after this one.