LwcDataExpr

com.netflix.atlas.eval.model.LwcDataExpr
case class LwcDataExpr(id: String, expression: String, step: Long)

Triple representing the id, data expression, and frequency for a given data flow. The id is needed to match LwcDatapoints to the data expression they were generated for.

Value parameters

expression

Data expression that was used to generate the intermediate result on each client and that can be used for the final aggregation step during consumption.

id

Id used by LWC service for this expression. Data generated coming in will be tagged with this id.

step

The step size used for this stream of data.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product