GitHub user sudheeshkatkam opened a pull request:
https://github.com/apache/drill/pull/495
DRILL-4654: Add new metrics to the MetricRegistry
+ New metrics: running queries, pending queries, completed queries,
used memory (root allocator)
+ Borrow SystemPropertyUtil class from Netty
+ Configure DrillMetrics params through system properties
+ Deprecate getMetrics method in contextual objects
+ Rename "current" to "used" for RPC allocator current memory usage to
follow convention
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sudheeshkatkam/drill DRILL-4654
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/495.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #495
----
commit 1fc205bebaf3c1f20df85996ba49cf98b60e4c9e
Author: Sudheesh Katkam <[email protected]>
Date: 2016-05-04T06:10:47Z
DRILL-4654: Add new metrics to the MetricRegistry
+ New metrics: running queries, pending queries, completed queries,
used memory (root allocator)
+ Borrow SystemPropertyUtil class from Netty
+ Configure DrillMetrics params through system properties
+ Deprecate getMetrics method in contextual objects
+ Rename "current" to "used" for RPC allocator current memory usage to
follow convention
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---