mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-02 02:14:31 +00:00
passing tests
This commit is contained in:
parent
bb2adef7e4
commit
97d017de1c
7 changed files with 887 additions and 655 deletions
|
|
@ -204,7 +204,7 @@ class Telemetry(Protocol):
|
|||
async def get_span(self, trace_id: str, span_id: str) -> Span: ...
|
||||
|
||||
@webmethod(route="/telemetry/spans/{span_id}/tree", method="GET")
|
||||
async def query_span_tree(
|
||||
async def get_span_tree(
|
||||
self,
|
||||
span_id: str,
|
||||
attributes_to_return: Optional[List[str]] = None,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue