DataExpr

com.netflix.atlas.core.model.DataExpr
See theDataExpr companion trait
object DataExpr

Attributes

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

Members list

Type members

Classlikes

sealed trait AggregateFunction extends DataExpr

Attributes

Supertypes
trait DataExpr
trait Expr
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
class Count
class Max
class Min
class Sum
case class All(query: Query, offset: Duration) extends DataExpr

Attributes

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

Attributes

Supertypes
trait Serializable
trait DataExpr
trait Expr
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Count(query: Query, cf: SumOrAvgCf, offset: Duration) extends AggregateFunction

Attributes

Supertypes
trait Serializable
trait DataExpr
trait Expr
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class GroupBy(af: AggregateFunction, keys: List[String]) extends DataExpr

Attributes

Supertypes
trait Serializable
trait DataExpr
trait Expr
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Max(query: Query, offset: Duration) extends AggregateFunction

Attributes

Supertypes
trait Serializable
trait DataExpr
trait Expr
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Min(query: Query, offset: Duration) extends AggregateFunction

Attributes

Supertypes
trait Serializable
trait DataExpr
trait Expr
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Sum(query: Query, cf: SumOrAvgCf, offset: Duration) extends AggregateFunction

Attributes

Supertypes
trait Serializable
trait DataExpr
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

Value members

Concrete methods

def allKeys(dataExpr: DataExpr): Set[String]
def keyString(keys: List[String], tags: Map[String, String]): String

Create a group by key string from the set of keys and a tag list. If a key from the input is missing from the tags, then it will return null.

Create a group by key string from the set of keys and a tag list. If a key from the input is missing from the tags, then it will return null.

Attributes