Class ClusterMetricsSettings
Metrics extension settings. Documented in: reference.conf
.
Inheritance
ClusterMetricsSettings
Assembly: Akka.Cluster.Metrics.dll
Syntax
public class ClusterMetricsSettings
Constructors
|
Improve this Doc
View Source
ClusterMetricsSettings(Config)
Declaration
public ClusterMetricsSettings(Config config)
Parameters
Type |
Name |
Description |
Config |
config |
|
Properties
|
Improve this Doc
View Source
CollectorEnabled
Declaration
public bool CollectorEnabled { get; }
Property Value
|
Improve this Doc
View Source
CollectorFallback
Declaration
public bool CollectorFallback { get; }
Property Value
|
Improve this Doc
View Source
CollectorGossipInterval
Declaration
public TimeSpan CollectorGossipInterval { get; }
Property Value
|
Improve this Doc
View Source
CollectorMovingAverageHalfLife
Declaration
public TimeSpan CollectorMovingAverageHalfLife { get; }
Property Value
|
Improve this Doc
View Source
CollectorProvider
Declaration
public string CollectorProvider { get; }
Property Value
|
Improve this Doc
View Source
CollectorSampleInterval
Declaration
public TimeSpan CollectorSampleInterval { get; }
Property Value
|
Improve this Doc
View Source
MetricsDispatcher
Declaration
public string MetricsDispatcher { get; }
Property Value
|
Improve this Doc
View Source
PeriodicTasksInitialDelay
Declaration
public TimeSpan PeriodicTasksInitialDelay { get; }
Property Value
|
Improve this Doc
View Source
SupervisorName
Declaration
public string SupervisorName { get; }
Property Value
|
Improve this Doc
View Source
SupervisorStrategyConfiguration
Declaration
public Config SupervisorStrategyConfiguration { get; }
Property Value
|
Improve this Doc
View Source
SupervisorStrategyProvider
Declaration
public string SupervisorStrategyProvider { get; }
Property Value
Methods
|
Improve this Doc
View Source
Create(Config)
Declaration
public static ClusterMetricsSettings Create(Config config)
Parameters
Type |
Name |
Description |
Config |
config |
|
Returns
Extension Methods