Class

kamon.instrumentation.akka.instrumentations.ActorMonitor

TrackedActor

Related Doc: package ActorMonitor

Permalink

class TrackedActor extends GroupMetricsTrackingActor

ActorMonitor that tracks Actor and/or Group metrics and performs Context propagation.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TrackedActor
  2. GroupMetricsTrackingActor
  3. ActorMonitor
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TrackedActor(actorMetrics: Option[ActorInstruments], groupMetrics: Seq[ActorGroupInstruments], cellInfo: ActorCellInfo)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def captureEnvelopeContext(): Context

    Permalink

    Captures the Context to be injected in Envelopes for targeting the monitored actor.

    Captures the Context to be injected in Envelopes for targeting the monitored actor.

    Definition Classes
    TrackedActorGroupMetricsTrackingActorActorMonitor
  6. def captureEnvelopeTimestamp(): Long

    Permalink

    Captures the timestamp to be injected in Envelopes for targeting the monitored actor.

    Captures the timestamp to be injected in Envelopes for targeting the monitored actor.

    Definition Classes
    TrackedActorGroupMetricsTrackingActorActorMonitor
  7. def captureProcessingStartTimestamp(): Long

    Permalink

    Captures the timestamp at the instant when message processing starts.

    Captures the timestamp at the instant when message processing starts. The value captured here will be passed to the onMessageProcessingEnd method.

    Definition Classes
    GroupMetricsTrackingActorActorMonitor
  8. def cleanup(): Unit

    Permalink

    Callback executed when an Actor has been stopped and any state or resources related to it should be cleaned up.

    Callback executed when an Actor has been stopped and any state or resources related to it should be cleaned up.

    Definition Classes
    TrackedActorGroupMetricsTrackingActorActorMonitor
  9. val clock: Clock

    Permalink
    Attributes
    protected
    Definition Classes
    GroupMetricsTrackingActor
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. def onDroppedMessages(count: Long): Unit

    Permalink

    Callback executed when messages in the monitored Actor's mailbox need to be dropped.

    Callback executed when messages in the monitored Actor's mailbox need to be dropped.

    Definition Classes
    GroupMetricsTrackingActorActorMonitor
  21. def onFailure(failure: Throwable): Unit

    Permalink

    Callback executed when an exception is thrown by the monitored Actor.

    Callback executed when an exception is thrown by the monitored Actor.

    Definition Classes
    TrackedActorGroupMetricsTrackingActorActorMonitor
  22. def onMessageProcessingEnd(context: Context, envelopeTimestamp: Long, processingStartTimestamp: Long, stateFromStart: Any): Unit

    Permalink

    Callback executed when message processing has ended.

    Callback executed when message processing has ended.

    Definition Classes
    TrackedActorActorMonitor
  23. def onMessageProcessingStart(context: Context, envelopeTimestamp: Long, envelope: Envelope): Any

    Permalink

    Callback executed when message processing is about to start.

    Callback executed when message processing is about to start. Any value returned by this method will be used as the last parameter of the onMessageProcessingEnd method.

    Definition Classes
    TrackedActorActorMonitor
  24. def recordGroupMetrics(processingTime: Long, timeInMailbox: Long): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    GroupMetricsTrackingActor
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. val systemMetrics: ActorSystemInstruments

    Permalink
    Attributes
    protected
    Definition Classes
    GroupMetricsTrackingActor
  27. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from GroupMetricsTrackingActor

Inherited from ActorMonitor

Inherited from AnyRef

Inherited from Any

Ungrouped