Skip to content

Commit

Permalink
feat(javascript): add batchSize to the observability event object (#2029
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Fluf22 committed Sep 18, 2023
1 parent d3137b3 commit 28c1a21
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions specs/ingestion/common/schemas/event.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ Event:
$ref: '#/EventStatus'
type:
$ref: '#/EventType'
batchSize:
type: integer
description: The extracted record batch size.
example: 10
minimum: 0
multipleOf: 1
data:
type: object
additionalProperties: true
Expand All @@ -25,6 +31,7 @@ Event:
- runID
- status
- type
- batchSize
- publishedAt

EventStatus:
Expand Down

0 comments on commit 28c1a21

Please sign in to comment.