We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19e2780 commit 59b7366Copy full SHA for 59b7366
plans/load_metrics.pp
@@ -41,7 +41,7 @@
41
String $telegraf_token = 'puppet telegraf token',
42
String $token_file = '/root/.influxdb_token',
43
String $conf_dir = '/tmp/telegraf',
44
- # 40 day default for bucket retention
+ # 90 day default for bucket retention
45
Array[Hash] $retention_rules = [{
46
'type' => 'expire',
47
'everySeconds' => 7776000,
0 commit comments