File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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.
154155bullet.result.metadata.metrics :
155156 - name : " Query Metadata"
156157 key : " Query"
You can’t perform that action at this time.
0 commit comments