Skip to content

Commit

Permalink
[hotfix][metrics][docs] Add missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
leesf authored and zentol committed Feb 13, 2019
1 parent 0719db8 commit 3e7dfb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/_includes/generated/metric_configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<tr>
<td><h5>metrics.fetcher.update-interval</h5></td>
<td style="word-wrap: break-word;">10000</td>
<td>Update interval for the metric fetcher used by the web UI in milliseconds. Decrease this value for faster updating metrics. Increase this value if the metric fetcher causes too much load. Setting this value to 0disables the metric fetching completely.</td>
<td>Update interval for the metric fetcher used by the web UI in milliseconds. Decrease this value for faster updating metrics. Increase this value if the metric fetcher causes too much load. Setting this value to 0 disables the metric fetching completely.</td>
</tr>
<tr>
<td><h5>metrics.internal.query-service.port</h5></td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ public class MetricOptions {
key("metrics.fetcher.update-interval")
.defaultValue(10000L)
.withDescription("Update interval for the metric fetcher used by the web UI in milliseconds. Decrease this value for " +
"faster updating metrics. Increase this value if the metric fetcher causes too much load. Setting this value to 0" +
"faster updating metrics. Increase this value if the metric fetcher causes too much load. Setting this value to 0 " +
"disables the metric fetching completely.");

private MetricOptions() {
Expand Down

0 comments on commit 3e7dfb9

Please sign in to comment.