| 65 | } |
| 66 | |
| 67 | export class BigQueryMetricsExporter implements PushMetricExporter { |
| 68 | private readonly endpoint: string |
| 69 | private readonly timeout: number |
| 70 | private pendingExports: Promise<void>[] = [] |
nothing calls this directly
no outgoing calls
no test coverage detected