package state
Type Members
- final case class DashBoard() extends Product with Serializable
The configuration for all diagrams currently displayed
- final case class DiagramConfig(title: String) extends Product with Serializable
The configuration for a single diagram currently displayed
- final case class TimeSeriesConfig(key: MetricKey, subKey: Option[String], color: Color, tension: Double) extends Product with Serializable
The configuration for a single time series graph within a diagram.
The configuration for a single time series graph within a diagram. A single time series is either coming from a counter, a gauge or represents a single element of a histogram, summary or set. For the latter a subkey must be defined, which element is relevant for the time series.