Add timestamp back to log entry type
This commit is contained in:
@@ -82,6 +82,8 @@ export interface LogsStream {
|
||||
export interface LogsStreamEntry {
|
||||
line: string;
|
||||
ts: string;
|
||||
// Legacy, was renamed to ts
|
||||
timestamp?: string;
|
||||
}
|
||||
|
||||
export interface LogsStreamLabels {
|
||||
|
||||
Reference in New Issue
Block a user