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