passing tests

This commit is contained in:
Dinesh Yeduguru 2025-01-16 11:56:51 -08:00
parent bb2adef7e4
commit 97d017de1c
7 changed files with 887 additions and 655 deletions

View file

@ -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,