6 references to AspireDashboardEventPrefix
Aspire.Dashboard (6)
Telemetry\TelemetryEventKeys.cs (6)
10
public const string ComponentInitialize =
AspireDashboardEventPrefix
+ "component/initialize";
11
public const string ParametersSet =
AspireDashboardEventPrefix
+ "component/paramsSet";
12
public const string ComponentDispose =
AspireDashboardEventPrefix
+ "component/dispose";
14
public const string Error =
AspireDashboardEventPrefix
+ "error";
16
public const string ExecuteCommand =
AspireDashboardEventPrefix
+ "command";
18
public const string AIAssistantFeedback =
AspireDashboardEventPrefix
+ "aiassistant/feedback";