mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-21 01:25:37 -05:00
Add more Notebook telemetry events (#14755)
* initial checkin * telemetry for search in notebooks * telemetry for move notebook * address comments * feedback changes * fix tests paasing NullAdsTelemetryService * move changeKernel telemetry higher up * remove telemetry service * Fix new Notebook events (#14982) * Notebook telemetry fixes * update2 * Move event location * remove service * remove unused Co-authored-by: chgagnon <chgagnon@microsoft.com>
This commit is contained in:
@@ -75,12 +75,17 @@ export enum TelemetryAction {
|
||||
RunQueryString = 'RunQueryString',
|
||||
ShowChart = 'ShowChart',
|
||||
StopAgentJob = 'StopAgentJob',
|
||||
WizardPagesNavigation = 'WizardPagesNavigation'
|
||||
WizardPagesNavigation = 'WizardPagesNavigation',
|
||||
SearchStarted = 'SearchStarted',
|
||||
SearchCompleted = 'SearchCompleted'
|
||||
}
|
||||
|
||||
export enum NbTelemetryAction {
|
||||
RunCell = 'RunCell',
|
||||
RunAll = 'RunNotebook'
|
||||
RunAll = 'RunNotebook',
|
||||
AddCell = 'AddCell',
|
||||
KernelChanged = 'KernelChanged',
|
||||
NewNotebookFromConnections = 'NewNotebookWithConnectionProfile'
|
||||
}
|
||||
|
||||
export enum TelemetryPropertyName {
|
||||
|
||||
Reference in New Issue
Block a user