Skip to content

Commit

Permalink
Create new doc page for SQL Tasks.
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmettokgoz committed Nov 14, 2023
1 parent 4acfce2 commit d06bd4d
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 0 deletions.
Binary file added docs/modules/ROOT/images/SQLTasks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/modules/ROOT/images/SQLTasksOverlay.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions docs/modules/monitor-streaming/pages/sql-tasks.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
= SQL Tasks
:page-aliases: monitor-jet:sql-tasks.adoc

This page displays the list of actively running SQL queries in the cluster:

image:ROOT:SQLTasks.png[SQL Tasks]

Here are the descriptions of columns:

* **Query:** SQL text of the query
* **Streaming Query:** Is the query bounded or not
* **Submission Time:** The timestamp of the submission
* **Runtime:** The total execution time of the query
NOTE: A query appears in this page only after the runtime exceeds three seconds.

You can click on the rows to see detailed information about a query.

== Query Details

This page displays the available information about the SQL query.
You can cancel a query by clicking the Cancel button on the details overlay.

image:ROOT:SQLTasksOverlay.png[SnapQuery Details]
1 change: 1 addition & 0 deletions docs/modules/monitor-streaming/partials/nav.adoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
* xref:monitor-streaming:dashboard.adoc[]
* xref:monitor-streaming:jobs.adoc[]
* xref:monitor-streaming:snapshots.adoc[]
* xref:monitor-streaming:sql-tasks.adoc[]

0 comments on commit d06bd4d

Please sign in to comment.