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 class
FilteredAttributes.RegularFilteredAttributes
Implementation that can handle attributes of arbitrary size by storing filter status in aBitSet
.private static class
FilteredAttributes.SmallFilteredAttributes
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.
-