mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-21 09:35:38 -05:00
Execution Plan Telemetry for Plan Comparisons (#19610)
* Adds telemetry when plan comparison is invoked * Small formatting change. * Adds telemetry to add execution plan button * Removes unused ExecutionPlanComparisonEditorView constructor parameters * Small formatting adjustment * Adds telemetry to ExecutionPlanComparisonEditorView properties * Code review changes
This commit is contained in:
@@ -55,6 +55,7 @@ export const enum TelemetryError {
|
||||
}
|
||||
|
||||
export const enum TelemetryAction {
|
||||
AddExecutionPlan = 'AddExecutionPlan',
|
||||
AddServerGroup = 'AddServerGroup',
|
||||
adsCommandExecuted = 'adsCommandExecuted',
|
||||
ConnectToServer = 'ConnectToServer',
|
||||
@@ -73,6 +74,7 @@ export const enum TelemetryAction {
|
||||
CancelQuery = 'CancelQuery',
|
||||
ChartCreated = 'ChartCreated',
|
||||
Click = 'Click',
|
||||
CompareExecutionPlan = 'CompareExecutionPlan',
|
||||
FindNode = 'FindNode',
|
||||
FirewallRuleRequested = 'FirewallRuleCreated',
|
||||
GenerateScript = 'GenerateScript',
|
||||
@@ -97,6 +99,7 @@ export const enum TelemetryAction {
|
||||
RunQueryString = 'RunQueryString',
|
||||
ShowChart = 'ShowChart',
|
||||
StopAgentJob = 'StopAgentJob',
|
||||
ViewExecutionPlanComparisonProperties = 'ViewExecutionPlanComparisonProperties',
|
||||
ViewTopOperations = 'ViewTopOperations',
|
||||
WizardPagesNavigation = 'WizardPagesNavigation',
|
||||
SearchStarted = 'SearchStarted',
|
||||
|
||||
Reference in New Issue
Block a user