| 38 | } |
| 39 | |
| 40 | export class BigQueryMetricsExporter implements PushMetricExporter { |
| 41 | private readonly endpoint: string |
| 42 | private readonly timeout: number |
| 43 | private pendingExports: Promise<void>[] = [] |
nothing calls this directly
no outgoing calls
no test coverage detected