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