This is an automated email from the ASF dual-hosted git repository.
bridgetb pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/drill.git
commit 683430ecd6f974dc69fa27a0428edd8eb3ae18ee
Author: Bridget Bevens <bbevens@maprtech.com>
AuthorDate: Wed Nov 14 14:04:04 2018 -0800
edit
---
_docs/performance-tuning/070-monitoring-metrics.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_docs/performance-tuning/070-monitoring-metrics.md b/_docs/performance-tuning/070-monitoring-metrics.md
index 5768be1..d2e9945 100644
--- a/_docs/performance-tuning/070-monitoring-metrics.md
+++ b/_docs/performance-tuning/070-monitoring-metrics.md
@@ -80,7 +80,7 @@ The following table lists the Drill-specific metrics in the Counters section
of
| drill.connections.rpc.user.unencrypted | The total number of unencrypted connections
from the all the Drill clients to this Drillbit.
|
| drill.queries.canceled | The number of canceled queries for which
this Drillbit was the Foreman.
|
| drill.queries.completed | The number of queries completed, canceled,
or failed for which this Drillbit was the Foreman.
|
-| drill.queries.enqueued | The number of queries waiting in one of the
configured queues for which this Drillbit is the Foreman.
|
+| drill.queries.enqueued | The number of waiting queries across all of
the configured queues for which this Drillbit is the Foreman.
|
| drill.queries.failed | The number of failed queries for which this
Drillbit was the Foreman.
|
| drill.queries.planning | The number of queries that are in the planning
stage for which the Drillbit is the Foreman.
|
| drill.queries.running | The number of queries running for which this
Drillbit is the Foreman.
|
|