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 static string AspEnvironment
    Field Value
    Type Description
    string
    View Source

    BackofficeExternalLoginProviderCount

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

    Declaration
    public static string BackofficeExternalLoginProviderCount
    Field Value
    Type Description
    string
    View Source

    ContentCount

    The telemetry key for the count of content items.

    Declaration
    public static string ContentCount
    Field Value
    Type Description
    string
    View Source

    CurrentServerRole

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

    Declaration
    public static string CurrentServerRole
    Field Value
    Type Description
    string
    View Source

    DatabaseProvider

    The telemetry key for the database provider type.

    Declaration
    public static string DatabaseProvider
    Field Value
    Type Description
    string
    View Source

    DeliverApiEnabled

    The telemetry key indicating whether the Delivery API is enabled.

    Declaration
    public static string DeliverApiEnabled
    Field Value
    Type Description
    string
    View Source

    DeliveryApiPublicAccess

    The telemetry key for Delivery API public access configuration.

    Declaration
    public static string DeliveryApiPublicAccess
    Field Value
    Type Description
    string
    View Source

    DocumentTypeCount

    The telemetry key for the count of document types.

    Declaration
    public static string DocumentTypeCount
    Field Value
    Type Description
    string
    View Source

    DomainCount

    The telemetry key for the count of domains configured.

    Declaration
    public static string DomainCount
    Field Value
    Type Description
    string
    View Source

    ExamineIndexCount

    The telemetry key for the count of Examine search indexes.

    Declaration
    public static string ExamineIndexCount
    Field Value
    Type Description
    string
    View Source

    HighestPropertyCount

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

    Declaration
    public static string HighestPropertyCount
    Field Value
    Type Description
    string
    View Source

    IsDebug

    The telemetry key indicating whether debug mode is enabled.

    Declaration
    public static string IsDebug
    Field Value
    Type Description
    string
    View Source

    LanguageCount

    The telemetry key for the count of languages configured.

    Declaration
    public static string LanguageCount
    Field Value
    Type Description
    string
    View Source

    MediaCount

    The telemetry key for the count of media items.

    Declaration
    public static string MediaCount
    Field Value
    Type Description
    string
    View Source

    MemberCount

    The telemetry key for the count of members.

    Declaration
    public static string MemberCount
    Field Value
    Type Description
    string
    View Source

    ModelsBuilderMode

    The telemetry key for the Models Builder mode.

    Declaration
    public static string ModelsBuilderMode
    Field Value
    Type Description
    string
    View Source

    OsLanguage

    The telemetry key for the operating system language.

    Declaration
    public static string OsLanguage
    Field Value
    Type Description
    string
    View Source

    Properties

    The telemetry key for property information.

    Declaration
    public static string Properties
    Field Value
    Type Description
    string
    View Source

    RichTextBlockCount

    The telemetry key for the count of rich text blocks.

    Declaration
    public static string RichTextBlockCount
    Field Value
    Type Description
    string
    View Source

    RichTextEditorCount

    The telemetry key for the count of rich text editors.

    Declaration
    public static string RichTextEditorCount
    Field Value
    Type Description
    string
    View Source

    RootCount

    The telemetry key for the count of root content nodes.

    Declaration
    public static string RootCount
    Field Value
    Type Description
    string
    View Source

    RuntimeMode

    The telemetry key for the runtime mode.

    Declaration
    public static string RuntimeMode
    Field Value
    Type Description
    string
    View Source

    ServerFramework

    The telemetry key for the server framework version.

    Declaration
    public static string ServerFramework
    Field Value
    Type Description
    string
    View Source

    ServerOs

    The telemetry key for the server operating system.

    Declaration
    public static string ServerOs
    Field Value
    Type Description
    string
    View Source

    TemplateCount

    The telemetry key for the count of templates.

    Declaration
    public static string TemplateCount
    Field Value
    Type Description
    string
    View Source

    TotalCompositions

    The telemetry key for the total count of compositions used.

    Declaration
    public static string TotalCompositions
    Field Value
    Type Description
    string
    View Source

    TotalPropertyCount

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

    Declaration
    public static string TotalPropertyCount
    Field Value
    Type Description
    string
    View Source

    UserCount

    The telemetry key for the count of users.

    Declaration
    public static string UserCount
    Field Value
    Type Description
    string
    View Source

    UserGroupCount

    The telemetry key for the count of user groups.

    Declaration
    public static string UserGroupCount
    Field Value
    Type Description
    string
    View Source

    WebServer

    The telemetry key for the web server type.

    Declaration
    public static string WebServer
    Field Value
    Type Description
    string
    View Source

    WebhookCustomEvent

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

    Declaration
    public static string WebhookCustomEvent
    Field Value
    Type Description
    string
    View Source

    WebhookCustomHeaders

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

    Declaration
    public static string WebhookCustomHeaders
    Field Value
    Type Description
    string
    View Source

    WebhookPrefix

    The prefix used for webhook-related telemetry keys.

    Declaration
    public static string WebhookPrefix
    Field Value
    Type Description
    string
    View Source

    WebhookTotal

    The telemetry key for the total count of webhooks.

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