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