Hi
When pushing e.g. counters to statsd, is there a zero-config way that netdata combines them into charts with positive/negative lines?
E.g. if i name 2 of my counters : myapp.mycounter.read, myapp.mycounter.write, can I expect netdata to chart them together into a single chart with positive/negative lines; similar with network or disk read/write charts in the standard system configs.
I understand from docs that I can configure this myself with 5-10 lines of config per chart (exposing dimensions specially named ‘read’ , ‘write’ or similar), but it would be really useful if there was a way to achieve this with zero-configuration, e.g. by how the coutners area named
Thanks!