PyMunin
PyMunin copied to clipboard
Mismatch Type Error in redisstats.py
In the CPU Utilization graph, all the value returns float, but in redisstats.py they are specified as DERIVE which can only deal with signed integers.
I am not familiar with it. I think perhaps it should be replaced by GAUGE. It works for me, although I am not sure if it is correct.