Namespace Phobos.Actor.Common
Classes
NodeLabel
The label used to identify the node and service type inside monitoring and tracing systems.
Interfaces
IInstrumented
Marker interface that indicates that this resource is fully instrumented.
INeverInstrumented
Marker interface used to indicate that this particular resource is never instrumented.
INeverMonitor
Marker interface used to indicate that this actor or message never produces Phobos.Monitoring events under any circumstances.
INeverTrace
Marker interface used to indicate that this actor or message never produces Phobos.Tracing events under any circumstances.
IWithMetrics
Marker interface used to indicate that this actor, message, etc always records metric events.
IWithTracing
Marker interface that indicates that this actor, message, etc is used by Phobos to begin traces.