Packages

package model

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait LineChartModel extends AnyRef
  2. sealed trait PanelConfig extends AnyRef
  3. 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.

  4. 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.

  5. final case class TimeSeriesKey(metric: MetricKey, subKey: Option[String] = None) extends Product with Serializable
  6. final case class VegaModel(cfg: DisplayConfig, data: LineChartModel) extends Product with Serializable

Value Members

  1. object Layout
  2. object LineChartModel
  3. object PanelConfig
  4. object TimeSeriesEntry extends Serializable

Ungrouped