Object/Class

io.chrisdavenport.epimetheus

Gauge

Related Docs: class Gauge | package epimetheus

Permalink

object Gauge

Gauge Constructors, and Unsafe Gauge Access

Source
Gauge.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Gauge
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final class UnlabelledGauge[F[_], A] extends AnyRef

    Permalink

    Generic Unlabeled Gauge

    Generic Unlabeled Gauge

    It is necessary to apply a value of type A to this gauge to be able to take any measurements.

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object Unsafe

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def decByIn[E, F[_], A](g: Gauge[F], fa: F[A], i: Double)(implicit arg0: Bracket[F, E]): F[A]

    Permalink
  8. def decIn[E, F[_], A](g: Gauge[F], fa: F[A])(implicit arg0: Bracket[F, E]): F[A]

    Permalink
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  14. def incByIn[E, F[_], A](g: Gauge[F], fa: F[A], i: Double)(implicit arg0: Bracket[F, E]): F[A]

    Permalink
  15. def incIn[E, F[_], A](g: Gauge[F], fa: F[A])(implicit arg0: Bracket[F, E]): F[A]

    Permalink
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. def labelled[F[_], A, N <: Nat](cr: CollectorRegistry[F], name: Name, help: String, labels: Sized[IndexedSeq[Label], N], f: (A) ⇒ Sized[IndexedSeq[String], N])(implicit arg0: Sync[F]): F[UnlabelledGauge[F, A]]

    Permalink

    Constructor for a labelled Gauge.

    Constructor for a labelled Gauge.

    This generates a specific number of labels via Sized, in combination with a function to generate an equally Sized set of labels from some type. Values are applied by position.

    This counter needs to have a label applied to the UnlabelledGauge in order to be measureable or recorded.

    cr

    CollectorRegistry this Gauge will be registred with

    name

    The name of the Gauge.

    help

    The help string of the metric

    labels

    The name of the labels to be applied to this metric

    f

    Function to take some value provided in the future to generate an equally sized list of strings as the list of labels. These are assigned to labels by position.

  18. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. def noLabels[F[_]](cr: CollectorRegistry[F], name: Name, help: String)(implicit arg0: Sync[F]): F[Gauge[F]]

    Permalink

    Constructor for a Gauge with no labels.

    Constructor for a Gauge with no labels.

    cr

    CollectorRegistry this Gauge will be registered with

    name

    The name of the Gauge

    help

    The help string of the metric

  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  23. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  24. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped