mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Analytics: add data source type in data-request events (#30087)
This commit is contained in:
@@ -20,7 +20,8 @@ export interface DashboardInfo {
|
||||
*/
|
||||
export interface DataRequestInfo extends Partial<DashboardInfo> {
|
||||
datasourceName: string;
|
||||
datasourceId?: number;
|
||||
datasourceId: number;
|
||||
datasourceType: string;
|
||||
panelId?: number;
|
||||
panelName?: string;
|
||||
duration: number;
|
||||
|
||||
Reference in New Issue
Block a user