Commit d1dec8bd by David Kaltschmidt

Add timestamp back to log entry type

parent b8fdacd8
...@@ -82,6 +82,8 @@ export interface LogsStream { ...@@ -82,6 +82,8 @@ export interface LogsStream {
export interface LogsStreamEntry { export interface LogsStreamEntry {
line: string; line: string;
ts: string; ts: string;
// Legacy, was renamed to ts
timestamp?: string;
} }
export interface LogsStreamLabels { export interface LogsStreamLabels {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment