Class View


  • @Immutable
    public abstract class View
    extends Object
    TODO: javadoc.
    • Constructor Detail

      • View

        public View()
    • Method Detail

      • getName

        @Nullable
        public abstract String getName()
        The name of the resulting metric to generate, or null if the same as the instrument.
      • getDescription

        @Nullable
        public abstract String getDescription()
        The name of the resulting metric to generate, or null if the same as the instrument.
      • getAggregation

        public abstract Aggregation getAggregation()
        The aggregation used for this view.
      • getAttributesProcessor

        public abstract io.opentelemetry.sdk.metrics.internal.view.AttributesProcessor getAttributesProcessor()
        Processor of attributes before performing aggregation.