Add feature tracking for LogRow.tsx (#56656)

* Add feature tracking for LogRow.tsx

* Add type and logRowUid to reportInteraction

* Rename logs variable
This commit is contained in:
Gareth Dawson
2022-10-11 10:04:43 +01:00
committed by GitHub
parent bc632f239d
commit 10a34a041c
4 changed files with 20 additions and 5 deletions
+1
View File
@@ -78,6 +78,7 @@ export interface LogRowModel {
timeUtc: string;
uid: string;
uniqueLabels?: Labels;
datasourceType?: string;
}
export interface LogsModel {