naming change

This commit is contained in:
Dinesh Yeduguru 2024-12-05 13:48:48 -08:00
parent d5e2227077
commit d70aff3663

View file

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