Skip to content

Commit 28c1a21

Browse files
authored
feat(javascript): add batchSize to the observability event object (#2029)
1 parent d3137b3 commit 28c1a21

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

specs/ingestion/common/schemas/event.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ Event:
1515
$ref: '#/EventStatus'
1616
type:
1717
$ref: '#/EventType'
18+
batchSize:
19+
type: integer
20+
description: The extracted record batch size.
21+
example: 10
22+
minimum: 0
23+
multipleOf: 1
1824
data:
1925
type: object
2026
additionalProperties: true
@@ -25,6 +31,7 @@ Event:
2531
- runID
2632
- status
2733
- type
34+
- batchSize
2835
- publishedAt
2936

3037
EventStatus:

0 commit comments

Comments
 (0)