Class DerivedDoubleCumulative.NoopDerivedDoubleCumulative

java.lang.Object
io.opencensus.metrics.DerivedDoubleCumulative
io.opencensus.metrics.DerivedDoubleCumulative.NoopDerivedDoubleCumulative
Enclosing class:
DerivedDoubleCumulative

private static final class DerivedDoubleCumulative.NoopDerivedDoubleCumulative extends DerivedDoubleCumulative
No-op implementations of DerivedDoubleCumulative class.
  • Field Details

    • labelKeysSize

      private final int labelKeysSize
  • Constructor Details

    • NoopDerivedDoubleCumulative

      NoopDerivedDoubleCumulative(String name, String description, String unit, List<LabelKey> labelKeys)
      Creates a new NoopDerivedDoubleCumulative.
  • Method Details