I setup parent node to receive many individual child node metrics. In each child node, I setup to save metrics to the local db in every 5 seconds. It looks like the streaming happens every 5 seconds as well. I wonder if I can have the following:
Current: child updates every 5 seconds to local db and stream to parent every 5 seconds
New: child updates every 5 seconds to local db and stream to parent every 15 seconds
I tried to use the setting below but it does not seem to work.
In child /etc/netdata/netdata.conf,
[backend]
update every = 15
#then restart netdata
Thanks in advance.