Class Constants.Telemetry
Contains constants for telemetry data keys used in system analytics and reporting.
Inheritance
Namespace: Umbraco.Cms.Core
Assembly: Umbraco.Core.dll
Syntax
public static class Constants.Telemetry
Fields
View SourceAspEnvironment
The telemetry key for the ASP.NET Core environment name.
Declaration
public const string AspEnvironment = "AspEnvironment"
Field Value
| Type | Description |
|---|---|
| string |
BackofficeExternalLoginProviderCount
The telemetry key for the count of backoffice external login providers.
Declaration
public const string BackofficeExternalLoginProviderCount = "BackofficeExternalLoginProviderCount"
Field Value
| Type | Description |
|---|---|
| string |
ContentCount
The telemetry key for the count of content items.
Declaration
public const string ContentCount = "ContentCount"
Field Value
| Type | Description |
|---|---|
| string |
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 |
DatabaseProvider
The telemetry key for the database provider type.
Declaration
public const string DatabaseProvider = "DatabaseProvider"
Field Value
| Type | Description |
|---|---|
| string |
DeliverApiEnabled
The telemetry key indicating whether the Delivery API is enabled.
Declaration
public const string DeliverApiEnabled = "DeliverApiEnabled"
Field Value
| Type | Description |
|---|---|
| string |
DeliveryApiPublicAccess
The telemetry key for Delivery API public access configuration.
Declaration
public const string DeliveryApiPublicAccess = "DeliveryApiPublicAccess"
Field Value
| Type | Description |
|---|---|
| string |
DocumentTypeCount
The telemetry key for the count of document types.
Declaration
public const string DocumentTypeCount = "DocumentTypeCount"
Field Value
| Type | Description |
|---|---|
| string |
DomainCount
The telemetry key for the count of domains configured.
Declaration
public const string DomainCount = "DomainCount"
Field Value
| Type | Description |
|---|---|
| string |
ExamineIndexCount
The telemetry key for the count of Examine search indexes.
Declaration
public const string ExamineIndexCount = "ExamineIndexCount"
Field Value
| Type | Description |
|---|---|
| string |
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 |
IsDebug
The telemetry key indicating whether debug mode is enabled.
Declaration
public const string IsDebug = "IsDebug"
Field Value
| Type | Description |
|---|---|
| string |
LanguageCount
The telemetry key for the count of languages configured.
Declaration
public const string LanguageCount = "LanguageCount"
Field Value
| Type | Description |
|---|---|
| string |
MediaCount
The telemetry key for the count of media items.
Declaration
public const string MediaCount = "MediaCount"
Field Value
| Type | Description |
|---|---|
| string |
MemberCount
The telemetry key for the count of members.
Declaration
public const string MemberCount = "MemberCount"
Field Value
| Type | Description |
|---|---|
| string |
ModelsBuilderMode
The telemetry key for the Models Builder mode.
Declaration
public const string ModelsBuilderMode = "ModelBuilderMode"
Field Value
| Type | Description |
|---|---|
| string |
OsLanguage
The telemetry key for the operating system language.
Declaration
public const string OsLanguage = "OsLanguage"
Field Value
| Type | Description |
|---|---|
| string |
Properties
The telemetry key for property information.
Declaration
public const string Properties = "Properties"
Field Value
| Type | Description |
|---|---|
| string |
RichTextBlockCount
The telemetry key for the count of rich text blocks.
Declaration
public const string RichTextBlockCount = "RichTextBlockCount"
Field Value
| Type | Description |
|---|---|
| string |
RichTextEditorCount
The telemetry key for the count of rich text editors.
Declaration
public const string RichTextEditorCount = "RichTextEditorCount"
Field Value
| Type | Description |
|---|---|
| string |
RootCount
The telemetry key for the count of root content nodes.
Declaration
public const string RootCount = "RootCount"
Field Value
| Type | Description |
|---|---|
| string |
RuntimeMode
The telemetry key for the runtime mode.
Declaration
public const string RuntimeMode = "RuntimeMode"
Field Value
| Type | Description |
|---|---|
| string |
ServerFramework
The telemetry key for the server framework version.
Declaration
public const string ServerFramework = "ServerFramework"
Field Value
| Type | Description |
|---|---|
| string |
ServerOs
The telemetry key for the server operating system.
Declaration
public const string ServerOs = "ServerOs"
Field Value
| Type | Description |
|---|---|
| string |
TemplateCount
The telemetry key for the count of templates.
Declaration
public const string TemplateCount = "TemplateCount"
Field Value
| Type | Description |
|---|---|
| string |
TotalCompositions
The telemetry key for the total count of compositions used.
Declaration
public const string TotalCompositions = "TotalCompositions"
Field Value
| Type | Description |
|---|---|
| string |
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 |
UserCount
The telemetry key for the count of users.
Declaration
public const string UserCount = "UserCount"
Field Value
| Type | Description |
|---|---|
| string |
UserGroupCount
The telemetry key for the count of user groups.
Declaration
public const string UserGroupCount = "UserGroupCount"
Field Value
| Type | Description |
|---|---|
| string |
WebServer
The telemetry key for the web server type.
Declaration
public const string WebServer = "WebServer"
Field Value
| Type | Description |
|---|---|
| string |
WebhookCustomEvent
The telemetry key for the count of webhooks with custom events.
Declaration
public const string WebhookCustomEvent = "WebhookCount_CustomEvent"
Field Value
| Type | Description |
|---|---|
| string |
WebhookCustomHeaders
The telemetry key for the count of webhooks with custom headers.
Declaration
public const string WebhookCustomHeaders = "WebhookCount_CustomHeaders"
Field Value
| Type | Description |
|---|---|
| string |
WebhookPrefix
The prefix used for webhook-related telemetry keys.
Declaration
public const string WebhookPrefix = "WebhookCount_"
Field Value
| Type | Description |
|---|---|
| string |
WebhookTotal
The telemetry key for the total count of webhooks.
Declaration
public const string WebhookTotal = "WebhookCount_Total"
Field Value
| Type | Description |
|---|---|
| string |