This is an automated email from the ASF dual-hosted git repository.
chesnay pushed a commit to branch release-1.13
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-1.13 by this push:
new 2cb3a43 [hotfix][docs] Fix metric types
2cb3a43 is described below
commit 2cb3a4384cd8cd20da0fc38d7e5801494f857927
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 794700b..df3bd96 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>
<th rowspan="6"><strong>Task/Operator</strong></th>