package notify
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- 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.
- case class MetricsUpdate(clt: String, subId: String, when: Instant, states: Map[MetricKey, MetricState]) extends Product with Serializable
Value Members
- object MetricNotifier