PollingMetric

zio.metrics.PollingMetric$
See thePollingMetric companion trait

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Types

type Full[Type0, In0, -R, +E, +Out] = PollingMetric[R, E, Out] { type Type = Type0; type In = In0; }

Value members

Concrete methods

def apply[Type0, In0, R, E, Out](metric0: Metric[Type0, In0, Out], poll0: ZIO[R, E, In0]): PollingMetric[R, E, Out] { type Type = Type0; type In = In0; }

Constructs a new polling metric from a metric and poll effect.

Constructs a new polling metric from a metric and poll effect.

Attributes

def collectAll[R, E, Out](in0: Iterable[PollingMetric[R, E, Out]]): PollingMetric[R, E, Chunk[Out]]

Collects all of the polling metrics into a single polling metric, which polls for, updates, and produces the outputs of all individual metrics.

Collects all of the polling metrics into a single polling metric, which polls for, updates, and produces the outputs of all individual metrics.

Attributes