mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-05 18:27:22 +00:00
Merge 11b076810f into sapling-pr-archive-ehhuang
This commit is contained in:
commit
045ea154fd
2 changed files with 6 additions and 0 deletions
|
|
@ -15,6 +15,9 @@ from llama_stack.testing.api_recorder import patch_httpx_for_test_id
|
|||
from tests.integration.fixtures.common import instantiate_llama_stack_client
|
||||
from tests.integration.telemetry.collectors import InMemoryTelemetryManager, OtlpHttpTestCollector
|
||||
|
||||
def clear_spans(self) -> None:
|
||||
self.span_exporter.clear()
|
||||
|
||||
|
||||
@pytest.fixture(scope="session")
|
||||
def telemetry_test_collector():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue