Search Results for

    Show / Hide Table of Contents
    View Source

    Class Constants.Telemetry

    Contains constants for telemetry data keys used in system analytics and reporting.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core
    Assembly: Umbraco.Core.dll
    Syntax
    public static class Constants.Telemetry

    Fields

    View Source

    AspEnvironment

    The telemetry key for the ASP.NET Core environment name.

    Declaration
    public const string AspEnvironment = "AspEnvironment"
    Field Value
    Type Description
    string
    View Source

    BackofficeExternalLoginProviderCount

    The telemetry key for the count of backoffice external login providers.

    Declaration
    public const string BackofficeExternalLoginProviderCount = "BackofficeExternalLoginProviderCount"
    Field Value
    Type Description
    string
    View Source

    ContentCount

    The telemetry key for the count of content items.

    Declaration
    public const string ContentCount = "ContentCount"
    Field Value
    Type Description
    string
    View Source

    CurrentServerRole

    The telemetry key for the current server role in a load-balanced environment.

    Declaration
    public const string CurrentServerRole = "CurrentServerRole"
    Field Value
    Type Description
    string
    View Source

    DatabaseProvider

    The telemetry key for the database provider type.

    Declaration
    public const string DatabaseProvider = "DatabaseProvider"
    Field Value
    Type Description
    string
    View Source

    DeliverApiEnabled

    The telemetry key indicating whether the Delivery API is enabled.

    Declaration
    public const string DeliverApiEnabled = "DeliverApiEnabled"
    Field Value
    Type Description
    string
    View Source

    DeliveryApiPublicAccess

    The telemetry key for Delivery API public access configuration.

    Declaration
    public const string DeliveryApiPublicAccess = "DeliveryApiPublicAccess"
    Field Value
    Type Description
    string
    View Source

    DocumentTypeCount

    The telemetry key for the count of document types.

    Declaration
    public const string DocumentTypeCount = "DocumentTypeCount"
    Field Value
    Type Description
    string
    View Source

    DomainCount

    The telemetry key for the count of domains configured.

    Declaration
    public const string DomainCount = "DomainCount"
    Field Value
    Type Description
    string
    View Source

    ExamineIndexCount

    The telemetry key for the count of Examine search indexes.

    Declaration
    public const string ExamineIndexCount = "ExamineIndexCount"
    Field Value
    Type Description
    string
    View Source

    HighestPropertyCount

    The telemetry key for the highest property count on a single content type.

    Declaration
    public const string HighestPropertyCount = "HighestPropertyCount"
    Field Value
    Type Description
    string
    View Source

    IsDebug

    The telemetry key indicating whether debug mode is enabled.

    Declaration
    public const string IsDebug = "IsDebug"
    Field Value
    Type Description
    string
    View Source

    LanguageCount

    The telemetry key for the count of languages configured.

    Declaration
    public const string LanguageCount = "LanguageCount"
    Field Value
    Type Description
    string
    View Source

    MediaCount

    The telemetry key for the count of media items.

    Declaration
    public const string MediaCount = "MediaCount"
    Field Value
    Type Description
    string
    View Source

    MemberCount

    The telemetry key for the count of members.

    Declaration
    public const string MemberCount = "MemberCount"
    Field Value
    Type Description
    string
    View Source

    ModelsBuilderMode

    The telemetry key for the Models Builder mode.

    Declaration
    public const string ModelsBuilderMode = "ModelBuilderMode"
    Field Value
    Type Description
    string
    View Source

    OsLanguage

    The telemetry key for the operating system language.

    Declaration
    public const string OsLanguage = "OsLanguage"
    Field Value
    Type Description
    string
    View Source

    Properties

    The telemetry key for property information.

    Declaration
    public const string Properties = "Properties"
    Field Value
    Type Description
    string
    View Source

    RichTextBlockCount

    The telemetry key for the count of rich text blocks.

    Declaration
    public const string RichTextBlockCount = "RichTextBlockCount"
    Field Value
    Type Description
    string
    View Source

    RichTextEditorCount

    The telemetry key for the count of rich text editors.

    Declaration
    public const string RichTextEditorCount = "RichTextEditorCount"
    Field Value
    Type Description
    string
    View Source

    RootCount

    The telemetry key for the count of root content nodes.

    Declaration
    public const string RootCount = "RootCount"
    Field Value
    Type Description
    string
    View Source

    RuntimeMode

    The telemetry key for the runtime mode.

    Declaration
    public const string RuntimeMode = "RuntimeMode"
    Field Value
    Type Description
    string
    View Source

    ServerFramework

    The telemetry key for the server framework version.

    Declaration
    public const string ServerFramework = "ServerFramework"
    Field Value
    Type Description
    string
    View Source

    ServerOs

    The telemetry key for the server operating system.

    Declaration
    public const string ServerOs = "ServerOs"
    Field Value
    Type Description
    string
    View Source

    TemplateCount

    The telemetry key for the count of templates.

    Declaration
    public const string TemplateCount = "TemplateCount"
    Field Value
    Type Description
    string
    View Source

    TotalCompositions

    The telemetry key for the total count of compositions used.

    Declaration
    public const string TotalCompositions = "TotalCompositions"
    Field Value
    Type Description
    string
    View Source

    TotalPropertyCount

    The telemetry key for the total count of properties across all content types.

    Declaration
    public const string TotalPropertyCount = "TotalPropertyCount"
    Field Value
    Type Description
    string
    View Source

    UserCount

    The telemetry key for the count of users.

    Declaration
    public const string UserCount = "UserCount"
    Field Value
    Type Description
    string
    View Source

    UserGroupCount

    The telemetry key for the count of user groups.

    Declaration
    public const string UserGroupCount = "UserGroupCount"
    Field Value
    Type Description
    string
    View Source

    WebServer

    The telemetry key for the web server type.

    Declaration
    public const string WebServer = "WebServer"
    Field Value
    Type Description
    string
    View Source

    WebhookCustomEvent

    The telemetry key for the count of webhooks with custom events.

    Declaration
    public const string WebhookCustomEvent = "WebhookCount_CustomEvent"
    Field Value
    Type Description
    string
    View Source

    WebhookCustomHeaders

    The telemetry key for the count of webhooks with custom headers.

    Declaration
    public const string WebhookCustomHeaders = "WebhookCount_CustomHeaders"
    Field Value
    Type Description
    string
    View Source

    WebhookPrefix

    The prefix used for webhook-related telemetry keys.

    Declaration
    public const string WebhookPrefix = "WebhookCount_"
    Field Value
    Type Description
    string
    View Source

    WebhookTotal

    The telemetry key for the total count of webhooks.

    Declaration
    public const string WebhookTotal = "WebhookCount_Total"
    Field Value
    Type Description
    string
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX