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
The following commit(s) were added to refs/heads/master by this push:
new b9c874edae8 [hotfix][metrics][docs] Update documentation
b9c874edae8 is described below
commit b9c874edae897f47c3a4bb52e48a117ffe84c713
Author: Chesnay Schepler <[email protected]>
AuthorDate: Mon Apr 4 12:42:24 2022 +0200
[hotfix][metrics][docs] Update documentation
---
.../shortcodes/generated/metric_configuration.html | 18 +++++++++---------
.../shortcodes/generated/metric_reporters_section.html | 6 +++---
2 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/docs/layouts/shortcodes/generated/metric_configuration.html
b/docs/layouts/shortcodes/generated/metric_configuration.html
index e8e3dd147c8..a67caa8555e 100644
--- a/docs/layouts/shortcodes/generated/metric_configuration.html
+++ b/docs/layouts/shortcodes/generated/metric_configuration.html
@@ -84,7 +84,7 @@
<td><h5>metrics.reporter.<name>.interval</h5></td>
<td style="word-wrap: break-word;">10 s</td>
<td>Duration</td>
- <td>The reporter interval to use for the reporter named
<name>.</td>
+ <td>The reporter interval to use for the reporter named
<name>. Only applicable to push-based reporters.</td>
</tr>
<tr>
<td><h5>metrics.reporter.<name>.scope.delimiter</h5></td>
@@ -96,13 +96,13 @@
<td><h5>metrics.reporter.<name>.scope.variables.additional</h5></td>
<td style="word-wrap: break-word;"></td>
<td>Map</td>
- <td>The map of additional variables that should be included for
the reporter named <name>. Only applicable to tag-based reporters (e.g.,
PRometheus, InfluxDB).</td>
+ <td>The map of additional variables that should be included for
the reporter named <name>. Only applicable to tag-based reporters.</td>
</tr>
<tr>
<td><h5>metrics.reporter.<name>.scope.variables.excludes</h5></td>
<td style="word-wrap: break-word;">"."</td>
<td>String</td>
- <td>The set of variables that should be excluded for the reporter
named <name>. Only applicable to tag-based reporters (e.g., PRometheus,
InfluxDB).</td>
+ <td>The set of variables that should be excluded for the reporter
named <name>. Only applicable to tag-based reporters.</td>
</tr>
<tr>
<td><h5>metrics.reporters</h5></td>
@@ -120,37 +120,37 @@
<td><h5>metrics.scope.jm</h5></td>
<td style="word-wrap: break-word;">"<host>.jobmanager"</td>
<td>String</td>
- <td>Defines the scope format string that is applied to all metrics
scoped to a JobManager.</td>
+ <td>Defines the scope format string that is applied to all metrics
scoped to a JobManager. Only effective when a identifier-based reporter is
configured.</td>
</tr>
<tr>
<td><h5>metrics.scope.jm.job</h5></td>
<td style="word-wrap:
break-word;">"<host>.jobmanager.<job_name>"</td>
<td>String</td>
- <td>Defines the scope format string that is applied to all metrics
scoped to a job on a JobManager.</td>
+ <td>Defines the scope format string that is applied to all metrics
scoped to a job on a JobManager. Only effective when a identifier-based
reporter is configured</td>
</tr>
<tr>
<td><h5>metrics.scope.operator</h5></td>
<td style="word-wrap:
break-word;">"<host>.taskmanager.<tm_id>.<job_name>.<operator_name>.<subtask_index>"</td>
<td>String</td>
- <td>Defines the scope format string that is applied to all metrics
scoped to an operator.</td>
+ <td>Defines the scope format string that is applied to all metrics
scoped to an operator. Only effective when a identifier-based reporter is
configured</td>
</tr>
<tr>
<td><h5>metrics.scope.task</h5></td>
<td style="word-wrap:
break-word;">"<host>.taskmanager.<tm_id>.<job_name>.<task_name>.<subtask_index>"</td>
<td>String</td>
- <td>Defines the scope format string that is applied to all metrics
scoped to a task.</td>
+ <td>Defines the scope format string that is applied to all metrics
scoped to a task. Only effective when a identifier-based reporter is
configured</td>
</tr>
<tr>
<td><h5>metrics.scope.tm</h5></td>
<td style="word-wrap:
break-word;">"<host>.taskmanager.<tm_id>"</td>
<td>String</td>
- <td>Defines the scope format string that is applied to all metrics
scoped to a TaskManager.</td>
+ <td>Defines the scope format string that is applied to all metrics
scoped to a TaskManager. Only effective when a identifier-based reporter is
configured</td>
</tr>
<tr>
<td><h5>metrics.scope.tm.job</h5></td>
<td style="word-wrap:
break-word;">"<host>.taskmanager.<tm_id>.<job_name>"</td>
<td>String</td>
- <td>Defines the scope format string that is applied to all metrics
scoped to a job on a TaskManager.</td>
+ <td>Defines the scope format string that is applied to all metrics
scoped to a job on a TaskManager. Only effective when a identifier-based
reporter is configured</td>
</tr>
<tr>
<td><h5>metrics.system-resource</h5></td>
diff --git a/docs/layouts/shortcodes/generated/metric_reporters_section.html
b/docs/layouts/shortcodes/generated/metric_reporters_section.html
index 1cc11c70083..105692c1ac2 100644
--- a/docs/layouts/shortcodes/generated/metric_reporters_section.html
+++ b/docs/layouts/shortcodes/generated/metric_reporters_section.html
@@ -24,7 +24,7 @@
<td><h5>metrics.reporter.<name>.interval</h5></td>
<td style="word-wrap: break-word;">10 s</td>
<td>Duration</td>
- <td>The reporter interval to use for the reporter named
<name>.</td>
+ <td>The reporter interval to use for the reporter named
<name>. Only applicable to push-based reporters.</td>
</tr>
<tr>
<td><h5>metrics.reporter.<name>.scope.delimiter</h5></td>
@@ -36,13 +36,13 @@
<td><h5>metrics.reporter.<name>.scope.variables.additional</h5></td>
<td style="word-wrap: break-word;"></td>
<td>Map</td>
- <td>The map of additional variables that should be included for
the reporter named <name>. Only applicable to tag-based reporters (e.g.,
PRometheus, InfluxDB).</td>
+ <td>The map of additional variables that should be included for
the reporter named <name>. Only applicable to tag-based reporters.</td>
</tr>
<tr>
<td><h5>metrics.reporter.<name>.scope.variables.excludes</h5></td>
<td style="word-wrap: break-word;">"."</td>
<td>String</td>
- <td>The set of variables that should be excluded for the reporter
named <name>. Only applicable to tag-based reporters (e.g., PRometheus,
InfluxDB).</td>
+ <td>The set of variables that should be excluded for the reporter
named <name>. Only applicable to tag-based reporters.</td>
</tr>
<tr>
<td><h5>metrics.reporter.<name>.filter.includes</h5></td>