Skip to content

Commit 5616732

Browse files
committed
[SPARK-35311][SS][UI][DOCS]Structured Streaming Web UI state information documentation
1 parent a2927cb commit 5616732

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/web-ui.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,10 @@ The tracked operations are listed as follows.
431431
* latestOffset & getOffset: Time taken to query the maximum available offset for this source.
432432
* queryPlanning: Time taken to generates the execution plan.
433433
* walCommit: Time taken to write the offsets to the metadata log.
434+
* **Aggregated Number Of Total State Rows.** The aggregated number of total state rows.
435+
* **Aggregated Number Of Updated State Rows.** The aggregated number of updated state rows.
436+
* **Aggregated State Memory Used In Bytes.** The aggregated state memory used in bytes.
437+
* **Aggregated Number Of State Rows Dropped By Watermark.** The aggregated number of state rows dropped by watermark.
434438

435439
As an early-release version, the statistics page is still under development and will be improved in
436440
future releases.

0 commit comments

Comments
 (0)