runtime

zio.metrics.Metric.runtime
object runtime

Core metrics that are updated by the ZIO runtime system.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
runtime.type

Members list

Value members

Concrete fields

val fiberFailures: Counter[Long]
val fiberLifetimes: Histogram[Double]
val fiberSuccesses: Counter[Long]
val fibersStarted: Counter[Long]