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
commit 802bc0fb00ad369dedc30b944feaba68cfec9a2c Author: Chesnay Schepler <[email protected]> AuthorDate: Tue Nov 15 12:47:29 2022 +0100 [hotfix][docs] Fix typo --- docs/content.zh/docs/ops/metrics.md | 2 +- docs/content/docs/ops/metrics.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content.zh/docs/ops/metrics.md b/docs/content.zh/docs/ops/metrics.md index 9c25e8872dc..970153c46e9 100644 --- a/docs/content.zh/docs/ops/metrics.md +++ b/docs/content.zh/docs/ops/metrics.md @@ -2269,7 +2269,7 @@ Request metrics aggregated over a subset of all entities of the respective type: - `/jobs/metrics?jobs=D,E,F` - `/jobs/<jobid>/vertices/<vertexid>/subtasks/metrics?subtask=1,2,3` -<span class="label label-danger">Warning</span> Metric names can contain special characters that you need to be escape when querying metrics. +<span class="label label-danger">Warning</span> Metric names can contain special characters that you need to escape when querying metrics. For example, "`a_+_b`" would be escaped to "`a_%2B_b`". List of characters that should be escaped: diff --git a/docs/content/docs/ops/metrics.md b/docs/content/docs/ops/metrics.md index acffa88b10a..96493776fa6 100644 --- a/docs/content/docs/ops/metrics.md +++ b/docs/content/docs/ops/metrics.md @@ -2214,7 +2214,7 @@ Request metrics aggregated over a subset of all entities of the respective type: - `/jobs/metrics?jobs=D,E,F` - `/jobs/<jobid>/vertices/<vertexid>/subtasks/metrics?subtask=1,2,3` -<span class="label label-danger">Warning</span> Metric names can contain special characters that you need to be escape when querying metrics. +<span class="label label-danger">Warning</span> Metric names can contain special characters that you need to escape when querying metrics. For example, "`a_+_b`" would be escaped to "`a_%2B_b`". List of characters that should be escaped:
