Search Results for

    Show / Hide Table of Contents

    Class ClusterMetricsSettings

    Metrics extension settings. Documented in: reference.conf.

    Inheritance
    object
    ClusterMetricsSettings
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Cluster.Metrics.Configuration
    Assembly: Akka.Cluster.Metrics.dll
    Syntax
    public class ClusterMetricsSettings

    Constructors

    | Edit this page View Source

    ClusterMetricsSettings(Config)

    Creates instance of ClusterMetricsSettings

    Declaration
    public ClusterMetricsSettings(Config config)
    Parameters
    Type Name Description
    Config config

    Properties

    | Edit this page View Source

    CollectorEnabled

    Declaration
    public bool CollectorEnabled { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    CollectorFallback

    Declaration
    public bool CollectorFallback { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    CollectorGossipInterval

    Declaration
    public TimeSpan CollectorGossipInterval { get; }
    Property Value
    Type Description
    TimeSpan
    | Edit this page View Source

    CollectorMovingAverageHalfLife

    Declaration
    public TimeSpan CollectorMovingAverageHalfLife { get; }
    Property Value
    Type Description
    TimeSpan
    | Edit this page View Source

    CollectorProvider

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

    CollectorSampleInterval

    Declaration
    public TimeSpan CollectorSampleInterval { get; }
    Property Value
    Type Description
    TimeSpan
    | Edit this page View Source

    MetricsDispatcher

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

    PeriodicTasksInitialDelay

    Declaration
    public TimeSpan PeriodicTasksInitialDelay { get; }
    Property Value
    Type Description
    TimeSpan
    | Edit this page View Source

    SupervisorName

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

    SupervisorStrategyConfiguration

    Declaration
    public Config SupervisorStrategyConfiguration { get; }
    Property Value
    Type Description
    Config
    | Edit this page View Source

    SupervisorStrategyProvider

    Declaration
    public string SupervisorStrategyProvider { get; }
    Property Value
    Type Description
    string

    Methods

    | Edit this page View Source

    Create(Config)

    Creates new instance of ClusterMetricsSettings

    Declaration
    public static ClusterMetricsSettings Create(Config config)
    Parameters
    Type Name Description
    Config config
    Returns
    Type Description
    ClusterMetricsSettings

    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