/** * OpenTelemetry metrics for @spatius/avatarkit-rtc SDK. * * Piggybacks on the global MeterProvider that @spatius/avatarkit registers via * `metrics.setGlobalMeterProvider()`, exactly as otel-tracker.ts does for logs. * We own no exporter, reader, or backend config — avatarkit owns all of it * (OTLP HTTP → OpenObserve, DELTA temporality, 10s export interval), and its * Resource carries app_id / region / dsm / sdk.version, so metrics recorded here * inherit those attributes without this SDK having to know them. * * The meter name distinguishes RTC series from web-sdk's ('spatius-avatarkit'). * * If avatarkit has not initialized OTel yet, getMeter() resolves to a no-op and * recordings are dropped — same accepted trade-off as the logs and PostHog paths. * * @packageDocumentation * @internal */ export {}; //# sourceMappingURL=otel-metrics.d.ts.map