From a3f1e6103a1b1c052e5ae56b6b65655db4c2454c Mon Sep 17 00:00:00 2001 From: vinayatp Date: Mon, 9 Sep 2024 11:28:50 +0530 Subject: [PATCH] Updated Get Traces Supported OrderBy --- spec/descriptions/getTraces.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/spec/descriptions/getTraces.md b/spec/descriptions/getTraces.md index b17687a..838ce72 100644 --- a/spec/descriptions/getTraces.md +++ b/spec/descriptions/getTraces.md @@ -1,11 +1,3 @@ This endpoint retrieves the metrics for traces. -**Manditory Paramters:** - -**Optional Paramters:** - -**Defaults:** - -**Limits:** - -**Tips:** +**order.by:** Supported values include: `traceId`, `traceLabel`, `serviceLabel`, `duration` and `timestamp`.