Interface DoubleAsyncCounter

All Superinterfaces:
AutoCloseable, Instrument

public interface DoubleAsyncCounter extends Instrument, AutoCloseable
A monotonically increasing double based on a callback.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final DoubleAsyncCounter
    Noop counter for use in tests.
  • Method Summary

    Methods inherited from interface java.lang.AutoCloseable

    close

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

    getName
  • Field Details