Class MeterSetup
Instantiated by one of the setups inside Phobos.Actor typically - used to help actors access the Meter from inside the ActorSystem. Constructor is internal. Create via the Create() or Create(string) method instead.
Inherited Members
Namespace: Phobos.Monitoring
Assembly: Phobos.Monitoring.dll
Syntax
public sealed class MeterSetup : Setup
Fields
ActorSystemContextName
Define the context for high-level Akka.NET metrics.
Declaration
public const string ActorSystemContextName = "Akka.NET"
Field Value
Type | Description |
---|---|
string |
Methods
Create()
Declaration
public static MeterSetup Create()
Returns
Type | Description |
---|---|
MeterSetup |