Class

kamon.instrumentation.akka.instrumentations.ActorMonitor

ContextPropagationOnly

Related Doc: package ActorMonitor

Permalink

class ContextPropagationOnly extends ActorMonitor

Basic implementation that only provides Context propagation across Actors.

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

Instance Constructors

  1. new ContextPropagationOnly(cellInfo: ActorCellInfo, participatesInTracing: Boolean, trackActiveActors: Boolean)

    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
    ContextPropagationOnlyActorMonitor
  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
    ContextPropagationOnlyActorMonitor
  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
    ContextPropagationOnlyActorMonitor
  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
    ContextPropagationOnlyActorMonitor
  9. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  19. 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
    ContextPropagationOnlyActorMonitor
  20. 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
    ContextPropagationOnlyActorMonitor
  21. 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
    ContextPropagationOnlyActorMonitor
  22. 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
    ContextPropagationOnlyActorMonitor
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  24. def toString(): String

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

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

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

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

Inherited from ActorMonitor

Inherited from AnyRef

Inherited from Any

Ungrouped