Show / Hide Table of Contents

    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 Source

    EventTypeDimensionName

    The name of the dimension for event types.

    Declaration
    public const string EventTypeDimensionName = "EventType"
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    OnlinePlayersMetricName

    The name of the metric for the number of online players.

    Declaration
    public const string OnlinePlayersMetricName = "OnlinePlayers"
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    ProcessedEventTimeMetricName

    The name of the metric for processed events.

    Declaration
    public const string ProcessedEventTimeMetricName = "ProcessedEventTimeMs"
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    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
    • Improve this Doc
    • View Source
    Back to top Copyright © 2018-2020 | The Fibula Project
    Generated using DocFX | Jose L. Nuñez de Caceres et al.