This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 3ff3bd8  [hotfix][docs] Fix metric types
3ff3bd8 is described below

commit 3ff3bd8b27ac45cb22c9336e547e9fc9a6aa3b8d
Author: comsir <[email protected]>
AuthorDate: Fri Aug 20 01:29:20 2021 +0800

    [hotfix][docs] Fix metric types
---
 docs/content/docs/ops/metrics.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/content/docs/ops/metrics.md b/docs/content/docs/ops/metrics.md
index 68ba75e..53b59d9 100644
--- a/docs/content/docs/ops/metrics.md
+++ b/docs/content/docs/ops/metrics.md
@@ -1266,12 +1266,12 @@ Certain RocksDB native metrics are available but 
disabled by default, you can fi
     <tr>
       <td>backPressuredTimeMsPerSecond</td>
       <td>The time (in milliseconds) this task is back pressured per 
second.</td>
-      <td>Meter</td>
+      <td>Gauge</td>
     </tr>
     <tr>
       <td>busyTimeMsPerSecond</td>
       <td>The time (in milliseconds) this task is busy (neither idle nor back 
pressured) per second. Can be NaN, if the value could not be calculated.</td>
-      <td>Meter</td>
+      <td>Gauge</td>
     </tr>
     <tr>
       <td rowspan="2"><strong>Task (only if buffer debloating is enabled and 
in non-source tasks)</strong></td>

Reply via email to