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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article