MCPcopy Create free account
hub / github.com/Noumena-Network/code /

Class

src/utils/telemetry/bigqueryExporter.ts:67–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67export class BigQueryMetricsExporter implements PushMetricExporter {
68 private readonly endpoint: string
69 private readonly timeout: number
70 private pendingExports: Promise<void>[] = []

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected