capistrant commented on a change in pull request #11394:
URL: https://github.com/apache/druid/pull/11394#discussion_r674380576



##########
File path: docs/operations/metrics.md
##########
@@ -59,7 +59,7 @@ Available Metrics
 |`query/failed/count`|number of failed queries|This metric is only available 
if the QueryCountStatsMonitor module is included.||
 |`query/interrupted/count`|number of queries interrupted due to 
cancellation.|This metric is only available if the QueryCountStatsMonitor 
module is included.||
 |`query/timeout/count`|number of timed out queries.|This metric is only 
available if the QueryCountStatsMonitor module is included.||
-|`query/segments/count`|This query is not enabled by default. See the 
`QueryMetrics` Interface for reference regarding enabling this metric. Number 
of segments that will be touched by the query.|Varies.|
+|`query/segments/count`|This query is not enabled by default. See the 
`QueryMetrics` Interface for reference regarding enabling this metric. Number 
of segments that will be touched by the query. If the query has to be retried, 
the metric will be reported for all retries as well as the original 
query.|Varies.|

Review comment:
       I like that wording




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



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

Reply via email to