EventExpr

com.netflix.atlas.core.model.EventExpr
See theEventExpr companion trait
object EventExpr

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
EventExpr.type

Members list

Type members

Classlikes

case class Raw(query: Query) extends EventExpr

Specifies to just pass through the raw event if they match the query.

Specifies to just pass through the raw event if they match the query.

Value parameters

query

Query to determine if an event should be matched.

Attributes

Supertypes
trait Serializable
trait EventExpr
trait Expr
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Table(query: Query, columns: List[String]) extends EventExpr

Expression that specifies how to map an event to a simple row with the specified columns.

Expression that specifies how to map an event to a simple row with the specified columns.

Value parameters

columns

Set of columns to export into a row.

query

Query to determine if an event should be matched.

Attributes

Supertypes
trait Serializable
trait EventExpr
trait Expr
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

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