fix(tests): address comments on telemetry test pr and support metrics

This commit is contained in:
Emilio Garcia 2025-10-14 19:17:50 -04:00
parent 83a5c9ee7b
commit 9198c4d5e2
3 changed files with 84 additions and 48 deletions

View file

@ -79,7 +79,6 @@ class TelemetryAdapter(Telemetry):
metrics.set_meter_provider(metric_provider)
self.meter = metrics.get_meter(__name__)
self._lock = _global_lock
async def initialize(self) -> None: