Packages

object Metrics

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

Value Members

  1. def apply(registry: CollectorRegistry): Metrics

    Construct only once per registry, or you will regret the ensuing runtime exception.

  2. val default: Metrics
  3. def timer(before: IO[Unit], onComplete: Kleisli[IO, Double, Unit], onFail: Kleisli[IO, Throwable, Unit], onSuccess: IO[Unit]): ~>[IO, IO]