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