mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-01 14:00:01 +00:00
Fix telemetry
This commit is contained in:
parent
17fd2d2fd0
commit
4136d31b17
2 changed files with 15 additions and 8 deletions
|
|
@ -53,7 +53,7 @@ class TelemetryDatasetMixin:
|
|||
spans = []
|
||||
|
||||
for trace in traces:
|
||||
spans_by_id = await self.get_span_tree(
|
||||
spans_by_id = await self.query_span_tree(
|
||||
span_id=trace.root_span_id,
|
||||
attributes_to_return=attributes_to_return,
|
||||
max_depth=max_depth,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue