mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-24 17:23:05 -05:00
[SQL-Migration] Improve log migrations telemetry (#22927)
- Bucketized errors to track top errors - Created separate login migration specific error to improve monitoring --------- Co-authored-by: Akshay Mata <akma@microsoft.com>
This commit is contained in:
@@ -77,6 +77,7 @@ export enum TelemetryAction {
|
||||
OpenLoginMigrationWizard = 'OpenLoginMigrationWizard',
|
||||
LoginMigrationStarted = 'LoginMigrationStarted',
|
||||
LoginMigrationCompleted = 'LoginMigrationCompleted',
|
||||
LoginMigrationError = 'LoginMigrationError',
|
||||
TdeMigrationSuccess = 'TdeMigrationSuccess',
|
||||
TdeMigrationFailures = 'TdeMigrationFailures',
|
||||
TdeMigrationClientException = 'TdeMigrationClientException',
|
||||
|
||||
Reference in New Issue
Block a user