Class DerivedLongCumulative.NoopDerivedLongCumulative

java.lang.Object
io.opencensus.metrics.DerivedLongCumulative
io.opencensus.metrics.DerivedLongCumulative.NoopDerivedLongCumulative
Enclosing class:
DerivedLongCumulative

private static final class DerivedLongCumulative.NoopDerivedLongCumulative extends DerivedLongCumulative
No-op implementations of DerivedLongCumulative class.
  • Field Details

    • labelKeysSize

      private final int labelKeysSize
  • Constructor Details

    • NoopDerivedLongCumulative

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