mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
SQL: Remove query execution tracking for dashboards (#76017)
dont track dashboard refresh
This commit is contained in:
@@ -141,6 +141,10 @@ export abstract class SqlDatasource extends DataSourceWithBackend<SQLQuery, SQLO
|
||||
}
|
||||
|
||||
request.targets.forEach((target) => {
|
||||
if (request.app === CoreApp.Dashboard || request.app === CoreApp.PanelViewer) {
|
||||
return;
|
||||
}
|
||||
|
||||
reportInteraction('grafana_sql_query_executed', {
|
||||
datasource: target.datasource?.type,
|
||||
editorMode: target.editorMode,
|
||||
|
||||
Reference in New Issue
Block a user