From 8c32a94db17b1f0684b8e3268454dbc44139caf4 Mon Sep 17 00:00:00 2001 From: yew1eb Date: Fri, 29 Dec 2017 01:15:40 +0800 Subject: [PATCH] [docs][metrics] Fix typo on Threads.Count metric --- docs/monitoring/metrics.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/monitoring/metrics.md b/docs/monitoring/metrics.md index 2a9ab50006f00..6f92cd75dfa33 100644 --- a/docs/monitoring/metrics.md +++ b/docs/monitoring/metrics.md @@ -528,8 +528,6 @@ This method affects what `MetricGroup#getMetricIdentifier`, `MetricGroup#getScop **Important:** User variables cannot be used in scope formats. -{% highlight java %} -
{% highlight java %} @@ -905,8 +903,8 @@ Thus, in order to infer the metric identifier: Job-/TaskManager - Status.JVM.ClassLoader - Threads.Count + Status.JVM.Threads + Count The total number of live threads. Gauge