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