mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-12 20:12:33 +00:00
fix(tests): address comments on telemetry test pr and support metrics
This commit is contained in:
parent
83a5c9ee7b
commit
9198c4d5e2
3 changed files with 84 additions and 48 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue