Class NodeLabel
The label used to identify the node and service type inside monitoring and tracing systems.
Inherited Members
Namespace: Phobos.Actor.Common
Assembly: Phobos.Actor.Common.dll
Syntax
public sealed class NodeLabel
Constructors
NodeLabel(string, string)
Declaration
public NodeLabel(string serviceName, string address)
Parameters
Type | Name | Description |
---|---|---|
string | serviceName | |
string | address |
Properties
Address
The address of this instance of the service,
Declaration
public string Address { get; }
Property Value
Type | Description |
---|---|
string |
ServiceName
human-friendly name for the service, i.e. "backend," "frontend," "ingestion-api," etc...
Declaration
public string ServiceName { get; }
Property Value
Type | Description |
---|---|
string |