mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Explore: Generate log row uid (#18994)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Field, DataFrame, FieldType, guessFieldTypeForField } from '../index';
|
||||
|
||||
interface FieldWithIndex extends Field {
|
||||
export interface FieldWithIndex extends Field {
|
||||
index: number;
|
||||
}
|
||||
|
||||
|
@@ -48,6 +48,7 @@ export interface LogRowModel {
|
||||
timeEpochMs: number;
|
||||
timeLocal: string;
|
||||
timeUtc: string;
|
||||
uid: string;
|
||||
uniqueLabels?: Labels;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user