mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Add timestamp back to log entry type
This commit is contained in:
parent
b8fdacd81f
commit
d1dec8bd44
@ -82,6 +82,8 @@ export interface LogsStream {
|
||||
export interface LogsStreamEntry {
|
||||
line: string;
|
||||
ts: string;
|
||||
// Legacy, was renamed to ts
|
||||
timestamp?: string;
|
||||
}
|
||||
|
||||
export interface LogsStreamLabels {
|
||||
|
Loading…
Reference in New Issue
Block a user