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 e24d7d4d4b811e4ed8c5bdb6acdaace245c9dfeb
Author: Bridget Bevens <[email protected]>
AuthorDate: Tue Nov 13 15:25:57 2018 -0800

    metrics page edits
---
 _docs/performance-tuning/070-monitoring-metrics.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/_docs/performance-tuning/070-monitoring-metrics.md 
b/_docs/performance-tuning/070-monitoring-metrics.md
index 48004e5..2e58341 100644
--- a/_docs/performance-tuning/070-monitoring-metrics.md
+++ b/_docs/performance-tuning/070-monitoring-metrics.md
@@ -15,11 +15,11 @@ A gauge is an instantaneous measure of a value. See 
[Gauges]({{site.baseurl}}/do
 * **Counters**  
 A counter is a snapshot of the count of metrics at a particular point in time. 
(A gauge for an 
[AtomicLong](https://docs.oracle.com/javase/7/docs/api/java/util/concurrent/atomic/AtomicLong.html)
 instance.) See [Counters]({{site.baseurl}}/docs/monitoring-metrics/#counters). 
 
 * **Histograms**    
-A histogram measures the statistical distribution of values in a stream of 
data.  
+A histogram measures the statistical distribution of values in a stream of 
data. See [Histograms]({{site.baseurl}}/docs/monitoring-metrics/#histograms).  
 * **Meters**  
 A meter measures the rate of events over time, for example requests per 
second. Drill currently does not use meters to report system-level metrics.  
 * **Timers**  
-A timer measures the rate that a particular piece of code is called and the 
distribution of its duration.  
+A timer measures the rate that a particular piece of code is called and the 
distribution of its duration. See 
[Timers]({{site.baseurl}}/docs/monitoring-metrics/#timers).
 
 ## Remote Monitoring  
 You can enable the remote JMX Java feature to monitor a specific JVM from a 
remote location. You can enable remote JMX with or without authentication. See 
the [Java 
documentation](http://docs.oracle.com/javase/7/docs/technotes/guides/management/agent.html).
 

Reply via email to