mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
UsageInsights: Record events for Explore queries (#59931)
* usageinsights: record events for Explore queries * usageinsights: make the source field optional It is not logical to have it for an event like the dashboard-view * usageinsights: add comment to Explore test Explain why we are reversing a previous decision
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import { CoreApp } from '@grafana/data';
|
||||
|
||||
import { EchoEvent, EchoEventType } from '../services/EchoSrv';
|
||||
|
||||
/**
|
||||
@@ -20,6 +22,7 @@ export interface DashboardInfo {
|
||||
* @public
|
||||
*/
|
||||
export interface DataRequestInfo extends Partial<DashboardInfo> {
|
||||
source?: CoreApp | string;
|
||||
datasourceName: string;
|
||||
datasourceId: number;
|
||||
datasourceUid: string;
|
||||
|
||||
Reference in New Issue
Block a user