TimeSeriesConfig

final case class TimeSeriesConfig(key: MetricKey, subKey: Option[String], color: Color, tension: Double)

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.

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product