mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 09:53:45 +00:00
Merge bd4a77ee2d into 4237eb4aaa
This commit is contained in:
commit
343cb3248c
8 changed files with 233 additions and 14 deletions
|
|
@ -18,6 +18,7 @@ from tests.integration.telemetry.collectors import InMemoryTelemetryManager, Otl
|
|||
# TODO: Fix this to work with Automatic Instrumentation
|
||||
@pytest.fixture(scope="session")
|
||||
def telemetry_test_collector():
|
||||
# Stack mode is set by integration-tests.sh based on STACK_CONFIG
|
||||
stack_mode = os.environ.get("LLAMA_STACK_TEST_STACK_CONFIG_TYPE", "library_client")
|
||||
|
||||
if stack_mode == "server":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue