Interface LongGauge

All Superinterfaces:
AutoCloseable, Instrument

public interface LongGauge extends Instrument, AutoCloseable
Record non-additive long values based on a callback
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final LongGauge
    Noop gauge for tests
  • Method Summary

    Methods inherited from interface java.lang.AutoCloseable

    close

    Methods inherited from interface org.elasticsearch.telemetry.metric.Instrument

    getName
  • Field Details

    • NOOP

      static final LongGauge NOOP
      Noop gauge for tests