Skip to content

Commit f46de4e

Browse files
committed
Doc fix
1 parent 2f45603 commit f46de4e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/main/resources/bullet_defaults.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,9 @@ bullet.result.metadata.enable: true
149149
# Number adds the number of the window from the start of the query - e.g. 253 means this is the 253rd window.
150150
# Size adds the number of records in this window. This only applies for record based windows.
151151
# Emit Time adds the time when the window was emitted. This replaces the old Result Receive Time concept.
152-
# Expected Emit Time adds the time when the window was supposed to be emitted. This should be <= the Window Emit Time.
153-
# The difference lets you know how long the window was buffered. This only applies for time windows.
152+
# Expected Emit Time adds the time when the window was supposed to be emitted. This should be <= the Window Emit Time
153+
# except for the final window. The difference lets you know how long the window was buffered. This
154+
# only applies for time based windows.
154155
bullet.result.metadata.metrics:
155156
- name: "Query Metadata"
156157
key: "Query"

0 commit comments

Comments
 (0)