|
@@ -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 {
|