I have a system that about which I want to record with Munin, which uses RRDtool. Some of the values that I want to count may (some day) grow to be very large, such as sums of terabytes of integers. I want to know that the data stores that I use in Munin won't overflow when I try to store big values in them.
I can't see any notes about supported data sizes, ranges or precision in the documentation at http://oss.oetiker.ch/rrdtool/doc/rrdcreate.en.html#IGAUGE and I haven't succeeded in finding anything by Googling related terms.
Is there any documentation of what the supported range and precision of GAUGE, COUNTER, DERIVE, ABSOLUTE and COMPUTE data stores are, please?