You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tw...@apache.org on 2018/08/24 06:28:33 UTC

[flink] branch master updated: [hotfix][docs] Add missing to metrics page

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

twalthr 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 1de8600  [hotfix][docs] Add missing </td> to metrics page
1de8600 is described below

commit 1de86006b0bc9bfc4c6bbc44910d0852b3c6f91c
Author: David Anderson <da...@alpinegizmo.com>
AuthorDate: Thu Aug 23 19:13:45 2018 +0200

    [hotfix][docs] Add missing </td> to metrics page
    
    This closes #6609.
---
 docs/monitoring/metrics.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/monitoring/metrics.md b/docs/monitoring/metrics.md
index a93853c..7d88a36 100644
--- a/docs/monitoring/metrics.md
+++ b/docs/monitoring/metrics.md
@@ -1486,6 +1486,7 @@ Thus, in order to infer the metric identifier:
       <td>bytesRequestedPerFetch</td>
       <td>stream, shardId</td>
       <td>The bytes requested (2 Mbps / loopFrequencyHz) in a single call to getRecords.
+      </td>
       <td>Gauge</td>
     </tr>
   </tbody>