26 references to AspireDashboardPropertyPrefix
Aspire.Dashboard (26)
Telemetry\TelemetryPropertyKeys.cs (26)
11public const string DashboardVersion = AspireDashboardPropertyPrefix + "Version"; 12public const string DashboardBuildId = AspireDashboardPropertyPrefix + "BuildId"; 15public const string DashboardComponentId = AspireDashboardPropertyPrefix + "ComponentId"; 16public const string UserAgent = AspireDashboardPropertyPrefix + "UserAgent"; 18public const string ApplicationInstanceId = AspireDashboardPropertyPrefix + "Metrics.ApplicationInstanceId"; 21public const string ConsoleLogsShowTimestamp = AspireDashboardPropertyPrefix + "ConsoleLogs.ShowTimestamp"; 22public const string ConsoleLogsApplicationName = AspireDashboardPropertyPrefix + "ConsoleLogs.ApplicationName"; 25public const string MetricsApplicationIsReplica = AspireDashboardPropertyPrefix + "Metrics.ApplicationIsReplica"; 26public const string MetricsInstrumentsCount = AspireDashboardPropertyPrefix + "Metrics.InstrumentsCount"; 27public const string MetricsSelectedMeter = AspireDashboardPropertyPrefix + "Metrics.SelectedMeter"; 28public const string MetricsSelectedInstrument = AspireDashboardPropertyPrefix + "Metrics.SelectedInstrument"; 29public const string MetricsSelectedDuration = AspireDashboardPropertyPrefix + "Metrics.SelectedDuration"; 30public const string MetricsSelectedView = AspireDashboardPropertyPrefix + "Metrics.SelectedView"; 33public const string ExceptionType = AspireDashboardPropertyPrefix + "Exception.Type"; 34public const string ExceptionMessage = AspireDashboardPropertyPrefix + "Exception.Message"; 35public const string ExceptionStackTrace = AspireDashboardPropertyPrefix + "Exception.StackTrace"; 38public const string ResourceType = AspireDashboardPropertyPrefix + "Resource.Type"; 39public const string ResourceView = AspireDashboardPropertyPrefix + "Resource.View"; 42public const string ErrorRequestId = AspireDashboardPropertyPrefix + "RequestId"; 45public const string TraceDetailTraceId = AspireDashboardPropertyPrefix + "TraceDetail.TraceId"; 48public const string StructuredLogsSelectedApplication = AspireDashboardPropertyPrefix + "StructuredLogs.SelectedApplication"; 49public const string StructuredLogsSelectedLogLevel = AspireDashboardPropertyPrefix + "StructuredLogs.SelectedLogLevel"; 50public const string StructuredLogsFilterCount = AspireDashboardPropertyPrefix + "StructuredLogs.FilterCount"; 51public const string StructuredLogsTraceId = AspireDashboardPropertyPrefix + "StructuredLogs.TraceId"; 52public const string StructuredLogsSpanId = AspireDashboardPropertyPrefix + "StructuredLogs.SpanId"; 55public const string CommandName = AspireDashboardPropertyPrefix + "Command.Name";