@@ -25,14 +25,14 @@ export enum TelemetryEvents {
25
25
SentinelMasterGroupsDiscoveryFailed = 'CONFIG_DATABASES_REDIS_SENTINEL_AUTODISCOVERY_FAILED' ,
26
26
27
27
// Events for cli tool
28
- ClientCreated = 'CLIENT_CREATED ' ,
29
- ClientCreationFailed = 'CLIENT_CREATION_FAILED ' ,
30
- ClientConnectionError = 'CLIENT_CONNECTION_ERROR ' ,
31
- ClientDeleted = 'CLIENT_DELETED ' ,
32
- ClientRecreated = 'CLIENT_RECREATED ' ,
33
- CommandExecuted = 'COMMAND_EXECUTED ' ,
34
- ClusterNodeCommandExecuted = 'CLUSTER_COMMAND_EXECUTED ' ,
35
- CommandErrorReceived = 'COMMAND_ERROR_RECEIVED ' ,
28
+ CliClientCreated = 'CLI_CLIENT_CREATED ' ,
29
+ CliClientCreationFailed = 'CLI_CLIENT_CREATION_FAILED ' ,
30
+ CliClientConnectionError = 'CLI_CLIENT_CONNECTION_ERROR ' ,
31
+ CliClientDeleted = 'CLI_CLIENT_DELETED ' ,
32
+ CliClientRecreated = 'CLI_CLIENT_RECREATED ' ,
33
+ CliCommandExecuted = 'CLI_COMMAND_EXECUTED ' ,
34
+ CliClusterNodeCommandExecuted = 'CLI_CLUSTER_COMMAND_EXECUTED ' ,
35
+ CliCommandErrorReceived = 'CLI_COMMAND_ERROR_RECEIVED ' ,
36
36
37
37
// Events for workbench tool
38
38
WorkbenchCommandExecuted = 'WORKBENCH_COMMAND_EXECUTED' ,
@@ -56,7 +56,8 @@ export enum TelemetryEvents {
56
56
BulkActionsStarted = 'BULK_ACTIONS_STARTED' ,
57
57
BulkActionsStopped = 'BULK_ACTIONS_STOPPED' ,
58
58
}
59
+
59
60
export enum CommandType {
60
61
Core = 'core' ,
61
62
Module = 'module' ,
62
- }
63
+ }
0 commit comments