Skip to content

Commit 1f1eb6c

Browse files
committed
fix: update the description of the total field in the response of logs, spans and traces
Signed-off-by: Nilushan Costa <nilushan@wso2.com>
1 parent 74d2cee commit 1f1eb6c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

static/api-specs/observability-logs-adapter-api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ components:
433433
description: The logs queried successfully
434434
total:
435435
type: integer
436-
description: The total number of logs queried
436+
description: The total number of matching log entries, capped at 1000
437437
tookMs:
438438
type: integer
439439
description: The time taken to query the logs in milliseconds

static/api-specs/observability-tracing-adapter-api.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ components:
316316
description: The duration of the trace in nanoseconds
317317
total:
318318
type: integer
319-
description: The total number of traces
319+
description: The total number of matching traces, capped at 1000
320320
tookMs:
321321
type: integer
322322
description: The time taken to query the traces in milliseconds
@@ -357,7 +357,7 @@ components:
357357
description: The parent span ID
358358
total:
359359
type: integer
360-
description: The total number of spans
360+
description: The total number of matching spans, capped at 1000
361361
tookMs:
362362
type: integer
363363
description: The time taken to query the spans in milliseconds

0 commit comments

Comments
 (0)