20 references to AspireDashboardPropertyPrefix
Aspire.Dashboard (20)
Telemetry\TelemetryPropertyKeys.cs (20)
11public const string DashboardVersion = AspireDashboardPropertyPrefix + "Version"; 12public const string DashboardBuildId = AspireDashboardPropertyPrefix + "BuildId"; 15public const string DashboardComponentId = AspireDashboardPropertyPrefix + "ComponentId"; 16public const string UserAgent = AspireDashboardPropertyPrefix + "UserAgent"; 19public const string ConsoleLogsShowTimestamp = AspireDashboardPropertyPrefix + "ConsoleLogs.ShowTimestamp"; 20public const string ConsoleLogsApplicationName = AspireDashboardPropertyPrefix + "ConsoleLogs.ApplicationName"; 23public const string MetricsApplicationIsReplica = AspireDashboardPropertyPrefix + "Metrics.ApplicationIsReplica"; 24public const string MetricsInstrumentsCount = AspireDashboardPropertyPrefix + "Metrics.InstrumentsCount"; 25public const string MetricsSelectedDuration = AspireDashboardPropertyPrefix + "Metrics.SelectedDuration"; 26public const string MetricsSelectedView = AspireDashboardPropertyPrefix + "Metrics.SelectedView"; 29public const string ExceptionType = AspireDashboardPropertyPrefix + "Exception.Type"; 30public const string ExceptionMessage = AspireDashboardPropertyPrefix + "Exception.Message"; 31public const string ExceptionStackTrace = AspireDashboardPropertyPrefix + "Exception.StackTrace"; 34public const string ResourceTypes = AspireDashboardPropertyPrefix + "Resource.Types"; 35public const string ResourceType = AspireDashboardPropertyPrefix + "Resource.Type"; 36public const string ResourceView = AspireDashboardPropertyPrefix + "Resource.View"; 39public const string ErrorRequestId = AspireDashboardPropertyPrefix + "RequestId"; 42public const string StructuredLogsSelectedLogLevel = AspireDashboardPropertyPrefix + "StructuredLogs.SelectedLogLevel"; 43public const string StructuredLogsFilterCount = AspireDashboardPropertyPrefix + "StructuredLogs.FilterCount"; 46public const string CommandName = AspireDashboardPropertyPrefix + "Command.Name";