Uses of Class
io.opentelemetry.sdk.metrics.internal.view.AttributesProcessor
-
Packages that use AttributesProcessor Package Description io.opentelemetry.sdk.metrics The SDK implementation of metrics.io.opentelemetry.sdk.metrics.internal Internal SDK implementation classes.io.opentelemetry.sdk.metrics.internal.state io.opentelemetry.sdk.metrics.internal.view View related internal classes. -
-
Uses of AttributesProcessor in io.opentelemetry.sdk.metrics
Fields in io.opentelemetry.sdk.metrics declared as AttributesProcessor Modifier and Type Field Description private AttributesProcessorAutoValue_View. attributesProcessorprivate AttributesProcessorViewBuilder. processorMethods in io.opentelemetry.sdk.metrics that return AttributesProcessor Modifier and Type Method Description (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 AttributesProcessor Modifier and Type Method Description (package private) ViewBuilderViewBuilder. addAttributesProcessor(AttributesProcessor attributesProcessor)Add an attribute processor.(package private) static ViewView. create(java.lang.String name, java.lang.String description, Aggregation aggregation, AttributesProcessor attributesProcessor, int cardinalityLimit)Constructors in io.opentelemetry.sdk.metrics with parameters of type AttributesProcessor Constructor Description AutoValue_View(java.lang.String name, java.lang.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 AttributesProcessor Modifier and Type Method Description private 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 AttributesProcessor Modifier and Type Field Description private AttributesProcessorAsynchronousMetricStorage. attributesProcessorprivate AttributesProcessorDefaultSynchronousMetricStorage. attributesProcessorConstructors in io.opentelemetry.sdk.metrics.internal.state with parameters of type AttributesProcessor Constructor Description AsynchronousMetricStorage(RegisteredReader registeredReader, MetricDescriptor metricDescriptor, Aggregator<T,U> aggregator, AttributesProcessor attributesProcessor, int maxCardinality)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.view Modifier and Type Class Description (package private) classAdviceAttributesProcessorprivate static classAttributesProcessor.AppendingAttributesProcessorProcessor which appends a static set ofAttributes.private static classAttributesProcessor.AttributeKeyFilteringProcessorProcessor which filters attributes according to aAttributeKey.getKey()Predicate.private static classAttributesProcessor.BaggageAppendingAttributesProcessorProcessor which appends entries fromBaggagewith keys that match a predicate.private static classAttributesProcessor.JoinedAttributesProcessorAAttributesProcessorthat runs a sequence of processors.(package private) classNoopAttributesProcessorFields in io.opentelemetry.sdk.metrics.internal.view declared as AttributesProcessor Modifier and Type Field Description private AttributesProcessorAutoValue_RegisteredView. viewAttributesProcessorFields in io.opentelemetry.sdk.metrics.internal.view with type parameters of type AttributesProcessor Modifier and Type Field Description private java.util.Collection<AttributesProcessor>AttributesProcessor.JoinedAttributesProcessor. processorsMethods in io.opentelemetry.sdk.metrics.internal.view that return AttributesProcessor Modifier and Type Method Description static AttributesProcessorAttributesProcessor. append(Attributes attributes)Creates a processor which appends (exactly) the given attributes.static AttributesProcessorAttributesProcessor. appendBaggageByKeyName(java.util.function.Predicate<java.lang.String> nameFilter)Creates a processor which appends values fromBaggage.static AttributesProcessorAttributesProcessor. filterByKeyName(java.util.function.Predicate<java.lang.String> nameFilter)Creates a processor which filters down attributes from a measurement.AttributesProcessorAutoValue_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)AttributesProcessorAttributesProcessor.JoinedAttributesProcessor. then(AttributesProcessor other)AttributesProcessorAttributesProcessor. 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 AttributesProcessor Modifier and Type Method Description static RegisteredViewRegisteredView. create(InstrumentSelector selector, View view, AttributesProcessor viewAttributesProcessor, int cardinalityLimit, SourceInfo viewSourceInfo)(package private) AttributesProcessorAttributesProcessor.JoinedAttributesProcessor. prepend(AttributesProcessor other)AttributesProcessorAttributesProcessor.JoinedAttributesProcessor. then(AttributesProcessor other)AttributesProcessorAttributesProcessor. 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 AttributesProcessor Constructor Description 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 AttributesProcessor Constructor Description JoinedAttributesProcessor(java.util.Collection<AttributesProcessor> processors)
-