Packages

trait GaugeLong extends Metric

Setting GaugeLong metric.

Linear Supertypes
Metric, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GaugeLong
  2. Metric
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def decrement(): Long

    Decrement the gauge value atomically and return the new value

    Decrement the gauge value atomically and return the new value

    returns

    the new value for this gauge

  2. abstract def destroy(): Unit

    Destroy the Metric.

    Destroy the Metric.

    Definition Classes
    Metric
  3. abstract def increment(): Long

    Increment the gauge value atomically and return the new value

    Increment the gauge value atomically and return the new value

    returns

    the new value for this gauge

  4. abstract def set(value: Long): Unit

    Set the gauge value

    Set the gauge value

    value

    to set the gauge to.