Recommit for updates in build 39
This commit is contained in:
@@ -380,6 +380,42 @@
|
||||
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
||||
<span class='name'>ps_min_block_dur</span>
|
||||
|
||||
|
||||
<span class='type'>(<tt>String</tt>)</span>
|
||||
|
||||
|
||||
<em class="default">(defaults to: <tt>'2h'</tt>)</em>
|
||||
|
||||
|
||||
—
|
||||
<div class='inline'>
|
||||
<p>tsdb minimum block duration</p>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
||||
<span class='name'>ps_max_block_dur</span>
|
||||
|
||||
|
||||
<span class='type'>(<tt>String</tt>)</span>
|
||||
|
||||
|
||||
<em class="default">(defaults to: <tt>'2h'</tt>)</em>
|
||||
|
||||
|
||||
—
|
||||
<div class='inline'>
|
||||
<p>tsdb maximum block duration</p>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
||||
<span class='name'>ps_max_mem</span>
|
||||
@@ -481,8 +517,6 @@
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
26
|
||||
27
|
||||
28
|
||||
29
|
||||
30
|
||||
@@ -537,10 +571,14 @@
|
||||
79
|
||||
80
|
||||
81
|
||||
82</pre>
|
||||
82
|
||||
83
|
||||
84
|
||||
85
|
||||
86</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 26</span>
|
||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 28</span>
|
||||
|
||||
class prometheus_cd::params (
|
||||
|
||||
@@ -568,6 +606,8 @@ class prometheus_cd::params (
|
||||
String $ps_retention_time = '15d',
|
||||
String $ps_retention_size = '20GB',
|
||||
String $ps_wal_seg_size = '50MB',
|
||||
String $ps_min_block_dur = '2h',
|
||||
String $ps_max_block_dur = '2h',
|
||||
|
||||
# service
|
||||
String $ps_max_mem = '6G',
|
||||
|
||||
Reference in New Issue
Block a user