llama-stack/llama_stack/providers
Dinesh Yeduguru 05f6b44da7
Fix telemetry (#787)
# What does this PR do?

PR fixes couple of issues with telemetry:
1) The REST refactor changed the method from get_span_tree to
query_span_tree, which is causing the server side to return empty spans
2) Library client has introduced a new event loop, which required
changing the location of where start and end trace are called


## Test Plan

LLAMA_STACK_CONFIG="/Users/dineshyv/.llama/distributions/llamastack-fireworks/fireworks-run.yaml"
pytest -v tests/client-sdk/agents/test_agents.py -k
"test_builtin_tool_web_search"


And querying for spans from the agent run using the library client.
2025-01-16 10:36:13 -08:00
..
inline More idiomatic REST API (#765) 2025-01-15 13:20:09 -08:00
registry agents to use tools api (#673) 2025-01-08 19:01:00 -08:00
remote fix nvidia inference provider (#781) 2025-01-15 18:49:36 -08:00
tests bug fixes on inference tests (#774) 2025-01-15 15:39:05 -08:00
utils Fix telemetry (#787) 2025-01-16 10:36:13 -08:00
__init__.py API Updates (#73) 2024-09-17 19:51:35 -07:00
datatypes.py Tools API with brave and MCP providers (#639) 2024-12-19 21:25:17 -08:00