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

klion26 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 2fa3b1ab10b [FLINK-39277][docs] Fix the problem of missing content 
display due to format errors (#27796)
2fa3b1ab10b is described below

commit 2fa3b1ab10b3b18a37decea48d9daa8ec6ef2110
Author: Vincent-Woo <[email protected]>
AuthorDate: Thu Apr 2 14:21:18 2026 +0800

    [FLINK-39277][docs] Fix the problem of missing content display due to 
format errors (#27796)
---
 docs/layouts/shortcodes/generated/metric_reporters_section_zh.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/layouts/shortcodes/generated/metric_reporters_section_zh.html 
b/docs/layouts/shortcodes/generated/metric_reporters_section_zh.html
index dee4daf33ab..11eb5a99211 100644
--- a/docs/layouts/shortcodes/generated/metric_reporters_section_zh.html
+++ b/docs/layouts/shortcodes/generated/metric_reporters_section_zh.html
@@ -42,7 +42,7 @@
             <td><h5>metrics.reporter.&lt;name&gt;.filter.includes</h5></td>
             <td style="word-wrap: break-word;">"*:*:*"</td>
             <td>List&lt;String&gt;</td>
-            <td>命名为 &lt;name&gt; 
发送器应包含的运行指标,其过滤条件以列表形式表示,该列表中每一个过滤条件都应遵循如下规范:<br /><code 
class="highlighter-rouge">&lt;scope&gt;[:&lt;name&gt;[,&lt;name&gt;][:&lt;type&gt;[,&lt;type&gt;]]]</code><br
 当指标与过滤条件中的范围、名称(至少一个)、类型(至少一个)都匹配时,该指标才算符合过滤条件。<br /><ul><li>范围: 
指过滤条件中指标所属的逻辑范围。<br />以如下模式进行匹配:<code class="highlighter-rouge">*</code> 
代表所有字符都匹配。<code class="highlighter-rouge">.</code> 划分范围的层级。<br /><br />例如:<br 
/> "<code class="highlighter-rouge">jobmanager.job</code>" 匹配出 JobManager 上运 
[...]
+            <td>命名为 &lt;name&gt; 
发送器应包含的运行指标,其过滤条件以列表形式表示,该列表中每一个过滤条件都应遵循如下规范:<br /><code 
class="highlighter-rouge">&lt;scope&gt;[:&lt;name&gt;[,&lt;name&gt;][:&lt;type&gt;[,&lt;type&gt;]]]</code><br
 /> 当指标与过滤条件中的范围、名称(至少一个)、类型(至少一个)都匹配时,该指标才算符合过滤条件。<br /><ul><li>范围: 
指过滤条件中指标所属的逻辑范围。<br />以如下模式进行匹配:<code class="highlighter-rouge">*</code> 
代表所有字符都匹配。<code class="highlighter-rouge">.</code> 划分范围的层级。<br /><br />例如:<br 
/> "<code class="highlighter-rouge">jobmanager.job</code>" 匹配出 JobManager [...]
         </tr>
         <tr>
             <td><h5>metrics.reporter.&lt;name&gt;.filter.excludes</h5></td>

Reply via email to