TimeSeriesMessage

com.netflix.atlas.eval.model.TimeSeriesMessage
See theTimeSeriesMessage companion class

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply(expr: StyleExpr, context: EvalContext, ts: TimeSeries, palette: Option[String]): TimeSeriesMessage

Create a new time series message.

Create a new time series message.

Value parameters

context

Evaluation context that is used for getting the start, end, and step size used for the message.

expr

Expression for the time series. Note, the same expression can result in many time series when using group by. For matching the data for a particular time series the id field should be used.

palette

If defined then include presentation metadata.

ts

Time series to use for the message.

Attributes