bundles/telegraf/metadata.py: relax telegraf collection
This commit is contained in:
parent
da2940533c
commit
59dd4c5877
1 changed files with 4 additions and 4 deletions
|
|
@ -25,10 +25,10 @@ defaults = {
|
||||||
'telegraf': {
|
'telegraf': {
|
||||||
'agent': {
|
'agent': {
|
||||||
'hostname': node.name,
|
'hostname': node.name,
|
||||||
'collection_jitter': '15s',
|
'collection_jitter': '20s',
|
||||||
'flush_interval': '15s',
|
'flush_interval': '20s',
|
||||||
'flush_jitter': '0s',
|
'flush_jitter': '5s',
|
||||||
'interval': '1m',
|
'interval': '2m',
|
||||||
'metric_batch_size': 1000,
|
'metric_batch_size': 1000,
|
||||||
'metric_buffer_limit': 10000,
|
'metric_buffer_limit': 10000,
|
||||||
'omit_hostname': False,
|
'omit_hostname': False,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue