Uses of Class
io.opentelemetry.sdk.metrics.internal.view.FilteredAttributes
-
Packages that use FilteredAttributes Package Description io.opentelemetry.sdk.metrics.internal.view View related internal classes. -
-
Uses of FilteredAttributes in io.opentelemetry.sdk.metrics.internal.view
Subclasses of FilteredAttributes in io.opentelemetry.sdk.metrics.internal.view Modifier and Type Class Description private static classFilteredAttributes.RegularFilteredAttributesImplementation that can handle attributes of arbitrary size by storing filter status in aBitSet.private static classFilteredAttributes.SmallFilteredAttributesImplementation that relies on the source having less thanFilteredAttributes.SmallFilteredAttributes.BITS_PER_INTEGERattributes, and storing entry filter status in the bits of an integer.
-