mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-26 17:23:15 -05:00
limit the data size for chart rendering (#14949)
* limit the rows feed to charts * add telemetry and option to hide * fix typo * updates * comments * notebook fix
This commit is contained in:
@@ -73,6 +73,7 @@ export enum TelemetryAction {
|
||||
RunQuery = 'RunQuery',
|
||||
RunQueryStatement = 'RunQueryStatement',
|
||||
RunQueryString = 'RunQueryString',
|
||||
ShowChart = 'ShowChart',
|
||||
StopAgentJob = 'StopAgentJob',
|
||||
WizardPagesNavigation = 'WizardPagesNavigation'
|
||||
}
|
||||
@@ -82,3 +83,7 @@ export enum NbTelemetryAction {
|
||||
RunAll = 'RunNotebook'
|
||||
}
|
||||
|
||||
export enum TelemetryPropertyName {
|
||||
ChartMaxRowCountExceeded = 'chartMaxRowCountExceeded'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user