Uses of Class
io.opentelemetry.sdk.metrics.internal.view.FilteredAttributes
Packages that use FilteredAttributes
-
Uses of FilteredAttributes in io.opentelemetry.sdk.metrics.internal.view
Subclasses of FilteredAttributes in io.opentelemetry.sdk.metrics.internal.viewModifier and TypeClassDescriptionprivate static class
Implementation that can handle attributes of arbitrary size by storing filter status in aBitSet
.private static class
Implementation that relies on the source having less thanFilteredAttributes.SmallFilteredAttributes.BITS_PER_INTEGER
attributes, and storing entry filter status in the bits of an integer.