Packages

p

zio.zmx

notify

package notify

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait MetricNotifier extends AnyRef

    A metric notifier manages subscriptions from various clients and generates a Stream of Chunk[MetricState] at regular time intervals.

    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.

  2. case class MetricsUpdate(clt: String, subId: String, when: Instant, states: Map[MetricKey, MetricState]) extends Product with Serializable

Value Members

  1. object MetricNotifier

Ungrouped