This is an automated email from the ASF dual-hosted git repository.

kfaraz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 05c3cbce085 Docs: Update SQL metrics documentation to include 
dimension engine (#17554)
05c3cbce085 is described below

commit 05c3cbce085897507df2c636598f6d1503474350
Author: Ashwin Tumma <[email protected]>
AuthorDate: Wed Dec 11 19:26:42 2024 -0800

    Docs: Update SQL metrics documentation to include dimension engine (#17554)
    
    Co-authored-by: Ashwin Tumma <[email protected]>
---
 docs/operations/metrics.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/operations/metrics.md b/docs/operations/metrics.md
index 46ee96df5b8..7258e965a11 100644
--- a/docs/operations/metrics.md
+++ b/docs/operations/metrics.md
@@ -177,9 +177,9 @@ If SQL is enabled, the Broker will emit the following 
metrics for SQL.
 
 |Metric|Description|Dimensions|Normal value|
 |------|-----------|----------|------------|
-|`sqlQuery/time`|Milliseconds taken to complete a SQL.|`id`, `nativeQueryIds`, 
`dataSource`, `remoteAddress`, `success`|< 1s|
-|`sqlQuery/planningTimeMs`|Milliseconds taken to plan a SQL to native 
query.|`id`, `nativeQueryIds`, `dataSource`, `remoteAddress`, `success`| |
-|`sqlQuery/bytes`|number of bytes returned in SQL response.|`id`, 
`nativeQueryIds`, `dataSource`, `remoteAddress`, `success`| |
+|`sqlQuery/time`|Milliseconds taken to complete a SQL.|`id`, `nativeQueryIds`, 
`dataSource`, `remoteAddress`, `success`, `engine`|< 1s|
+|`sqlQuery/planningTimeMs`|Milliseconds taken to plan a SQL to native 
query.|`id`, `nativeQueryIds`, `dataSource`, `remoteAddress`, `success`, 
`engine`| |
+|`sqlQuery/bytes`|number of bytes returned in SQL response.|`id`, 
`nativeQueryIds`, `dataSource`, `remoteAddress`, `success`, `engine`| |
 
 ## Ingestion metrics
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to