forked from apache/flink
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FLINK-26851][metrics] Migrate reporter options to proper ConfigOptions
- Loading branch information
Showing
16 changed files
with
213 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
54 changes: 54 additions & 0 deletions
54
docs/layouts/shortcodes/generated/metric_reporters_section.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
<table class="configuration table table-bordered"> | ||
<thead> | ||
<tr> | ||
<th class="text-left" style="width: 20%">Key</th> | ||
<th class="text-left" style="width: 15%">Default</th> | ||
<th class="text-left" style="width: 10%">Type</th> | ||
<th class="text-left" style="width: 55%">Description</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td><h5>metrics.reporter.<name>.class</h5></td> | ||
<td style="word-wrap: break-word;">(none)</td> | ||
<td>String</td> | ||
<td>The reporter class to use for the reporter named <name>.</td> | ||
</tr> | ||
<tr> | ||
<td><h5>metrics.reporter.<name>.factory.class</h5></td> | ||
<td style="word-wrap: break-word;">(none)</td> | ||
<td>String</td> | ||
<td>The reporter factory class to use for the reporter named <name>.</td> | ||
</tr> | ||
<tr> | ||
<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> | ||
</tr> | ||
<tr> | ||
<td><h5>metrics.reporter.<name>.scope.delimiter</h5></td> | ||
<td style="word-wrap: break-word;">"."</td> | ||
<td>String</td> | ||
<td>The delimiter used to assemble the metric identifier for the reporter named <name>.</td> | ||
</tr> | ||
<tr> | ||
<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> | ||
</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> | ||
</tr> | ||
<tr> | ||
<td><h5>metrics.reporter.<name>.<parameter></h5></td> | ||
<td style="word-wrap: break-word;">(none)</td> | ||
<td>String</td> | ||
<td>Configures the parameter <parameter> for the reporter named <name>.</td> | ||
</tr> | ||
</tbody> | ||
</table> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.