From be55035746e7348a8fdfecca8a9372bb261ef6d7 Mon Sep 17 00:00:00 2001 From: Vincent Woo Date: Fri, 20 Mar 2026 14:45:26 +0800 Subject: [PATCH] [FLINK-39277][docs] Fix the problem of missing content display due to format errors --- .../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 dee4daf33abe0..11eb5a9921123 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 @@
metrics.reporter.<name>.filter.includes
"*:*:*" List<String> - 命名为 <name> 发送器应包含的运行指标,其过滤条件以列表形式表示,该列表中每一个过滤条件都应遵循如下规范:
<scope>[:<name>[,<name>][:<type>[,<type>]]]
例如: + 命名为 <name> 发送器应包含的运行指标,其过滤条件以列表形式表示,该列表中每一个过滤条件都应遵循如下规范:
<scope>[:<name>[,<name>][:<type>[,<type>]]]
当指标与过滤条件中的范围、名称(至少一个)、类型(至少一个)都匹配时,该指标才算符合过滤条件。
例如:
metrics.reporter.<name>.filter.excludes