package model
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait LineChartModel extends AnyRef
- sealed trait PanelConfig extends AnyRef
- final case class TimeSeriesConfig(key: TimeSeriesKey, 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.
- final case class TimeSeriesEntry extends Product with Serializable
A time series key uniquely identifies a single line within a diagram view.
A time series key uniquely identifies a single line within a diagram view. For Counters and Gauges it can be directly derived from the MetricKey, for the compound metrics it also requires a sub key to identify the bucket, the quantile or the the set element.
- final case class TimeSeriesKey(metric: MetricKey, subKey: Option[String] = None) extends Product with Serializable
- final case class VegaModel(cfg: DisplayConfig, data: LineChartModel) extends Product with Serializable
Value Members
- object Layout
- object LineChartModel
- object PanelConfig
- object TimeSeriesEntry extends Serializable