Search Results for

    Show / Hide Table of Contents

    Interface IActorTelemetryEvent

    A set of events designed to provide some basic telemetry functions for monitoring actor lifecycles.

    We want to track actor starts, stops, and restarts. More detailed metrics, such as mailbox size or message processing rates will require something like Phobos [https://phobos.petabridge.com/].

    Namespace: Akka.Actor
    Assembly: Akka.dll
    Syntax
    public interface IActorTelemetryEvent : INoSerializationVerificationNeeded, INotInfluenceReceiveTimeout
    Remarks

    Not intended to be sent across network boundaries - should only be processed locally via the EventStream.

    Properties

    | Edit this page View Source

    ActorType

    The implementation type for this actor.

    Declaration
    Type ActorType { get; }
    Property Value
    Type Description
    Type
    | Edit this page View Source

    ActorTypeOverride

    A type name override for the actor

    Declaration
    string ActorTypeOverride { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Subject

    The actor who emitted this event.

    Declaration
    IActorRef Subject { get; }
    Property Value
    Type Description
    IActorRef

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(object)
    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET