mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-02 08:44:44 +00:00
naming change
This commit is contained in:
parent
d5e2227077
commit
d70aff3663
1 changed files with 2 additions and 2 deletions
|
@ -233,8 +233,8 @@ class Telemetry(Protocol):
|
||||||
|
|
||||||
return rows
|
return rows
|
||||||
|
|
||||||
@webmethod(route="/telemetry/save-traces-to-dataset", method="POST")
|
@webmethod(route="/telemetry/save-spans-to-dataset", method="POST")
|
||||||
async def save_traces_to_dataset(
|
async def save_spans_to_dataset(
|
||||||
self,
|
self,
|
||||||
attribute_filters: List[QueryCondition],
|
attribute_filters: List[QueryCondition],
|
||||||
attributes_to_save: List[str],
|
attributes_to_save: List[str],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue