@@ -82,6 +82,8 @@ export interface LogsStream {
export interface LogsStreamEntry {
line: string;
ts: string;
+ // Legacy, was renamed to ts
+ timestamp?: string;
}
export interface LogsStreamLabels {