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 3bbb76f17b Docs: Add query/cpu/time to real-time metrics. (#13229)
3bbb76f17b is described below
commit 3bbb76f17bab32b3d3e12a472e8403affeb09108
Author: Gian Merlino <[email protected]>
AuthorDate: Sat Oct 15 05:56:44 2022 -0700
Docs: Add query/cpu/time to real-time metrics. (#13229)
---
docs/operations/metrics.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/operations/metrics.md b/docs/operations/metrics.md
index 6cc013664e..ca155fff7d 100644
--- a/docs/operations/metrics.md
+++ b/docs/operations/metrics.md
@@ -88,6 +88,7 @@ Metrics may have additional dimensions beyond those listed
above.
|`query/time`|Milliseconds taken to complete a query.|Common: dataSource,
type, interval, hasFilters, duration, context, remoteAddress, id. Aggregation
Queries: numMetrics, numComplexMetrics. GroupBy: numDimensions. TopN:
threshold, dimension.|< 1s|
|`query/wait/time`|Milliseconds spent waiting for a segment to be scanned.|id,
segment.|several hundred milliseconds|
|`segment/scan/pending`|Number of segments in queue waiting to be
scanned.||Close to 0|
+|`query/cpu/time`|Microseconds of CPU time taken to complete a query|Common:
dataSource, type, interval, hasFilters, duration, context, remoteAddress, id.
Aggregation Queries: numMetrics, numComplexMetrics. GroupBy: numDimensions.
TopN: threshold, dimension.|Varies|
|`query/count`|Number of total queries|This metric is only available if the
QueryCountStatsMonitor module is included.||
|`query/success/count`|Number of queries successfully processed|This metric is
only available if the QueryCountStatsMonitor module is included.||
|`query/failed/count`|Number of failed queries|This metric is only available
if the QueryCountStatsMonitor module is included.||
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]