(labels: Record<string, string>, lines: LokiStreamLine[])
| 20 | |
| 21 | export interface LokiPushClient { |
| 22 | push(labels: Record<string, string>, lines: LokiStreamLine[]): Promise<void>; |
| 23 | } |
| 24 | |
| 25 | export class LokiLogClient implements LokiPushClient { |
no outgoing calls