zio.zmx.notify

Type members

Classlikes

A metric notifier manages subscriptions from various clients and generates a Stream of Chunk[MetricState] at regular time intervals. This stream can be used to push data towards push based back-ends such as StatsD or the ZMX developers client.

A metric notifier manages subscriptions from various clients and generates a Stream of Chunk[MetricState] at regular time intervals. This stream can be used to push data towards push based back-ends such as StatsD or the ZMX developers client.

Companion
object
Companion
class
case
class MetricsUpdate(clt: String, subId: String, when: Instant, states: Map[MetricKey, MetricState])