Class TelemetryConstants
Static class that contains names for different metrics.
Inheritance
System.Object
TelemetryConstants
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Fibula.Common.Contracts.Constants
Assembly: Fibula.Common.Contracts.dll
Syntax
public static class TelemetryConstants
Fields
| Improve this Doc View SourceEventTypeDimensionName
The name of the dimension for event types.
Declaration
public const string EventTypeDimensionName = "EventType"
Field Value
Type | Description |
---|---|
System.String |
OnlinePlayersMetricName
The name of the metric for the number of online players.
Declaration
public const string OnlinePlayersMetricName = "OnlinePlayers"
Field Value
Type | Description |
---|---|
System.String |
ProcessedEventTimeMetricName
The name of the metric for processed events.
Declaration
public const string ProcessedEventTimeMetricName = "ProcessedEventTimeMs"
Field Value
Type | Description |
---|---|
System.String |
SchedulerQueueSizeMetricName
The name of the metric for the queue size of the scheduler.
Declaration
public const string SchedulerQueueSizeMetricName = "SchedulerQueueSize"
Field Value
Type | Description |
---|---|
System.String |