Subscriptions

com.netflix.atlas.lwc.events.Subscriptions
See theSubscriptions companion object
case class Subscriptions(events: List[Subscription], timeSeries: List[Subscription], traceEvents: List[Subscription], traceTimeSeries: List[Subscription])

Set of subscriptions to receive event data.

Value parameters

events

Subscriptions looking for the raw events to be passed through.

timeSeries

Subscriptions that should be mapped into time series.

traceEvents

Trace subscriptions looking for the trace spans to be passed through.

traceTimeSeries

Trace subscriptions that should map the selected spans into time-series.

Attributes

Companion
object
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