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.
2 parents bf8a5de + 59b7366 commit 4953473Copy full SHA for 4953473
plans/load_metrics.pp
@@ -41,10 +41,10 @@
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' => 3456000,
+ 'everySeconds' => 7776000,
48
'shardGroupDurationSeconds' => 604800,
49
}],
50
#TODO
0 commit comments