mirror of
https://github.com/grafana/grafana.git
synced 2026-08-18 17:15:08 -05:00
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:
@@ -78,6 +78,7 @@ export interface LogRowModel {
|
||||
timeUtc: string;
|
||||
uid: string;
|
||||
uniqueLabels?: Labels;
|
||||
datasourceType?: string;
|
||||
}
|
||||
|
||||
export interface LogsModel {
|
||||
|
||||
Reference in New Issue
Block a user