kamon.metric

instrument

package instrument

Visibility
  1. Public
  2. All

Type Members

  1. class CompactHdrSnapshot extends Snapshot

  2. trait Counter extends MetricRecorder

  3. case class CounterSnapshot(count: Long) extends Snapshot with Product with Serializable

  4. trait Gauge extends MetricRecorder

  5. class HdrHistogram extends AtomicHistogram with Histogram with AtomicHistogramFieldsAccessor

    This implementation is meant to be used for real time data collection where data snapshots are taken often over time.

    This implementation is meant to be used for real time data collection where data snapshots are taken often over time. The collect(..) operation extracts all the recorded values from the histogram and resets the counts, but still leave it in a consistent state even in the case of concurrent modification while the snapshot is being taken.

  6. trait Histogram extends MetricRecorder

  7. class HistogramBackedGauge extends Gauge

  8. class LongAdderCounter extends Counter

  9. trait MinMaxCounter extends MetricRecorder

  10. class PaddedMinMaxCounter extends MinMaxCounter

Value Members

  1. object CompactHdrSnapshot

  2. object Counter

  3. object Gauge

  4. object Histogram

  5. object MinMaxCounter

Ungrouped