PyMunin icon indicating copy to clipboard operation
PyMunin copied to clipboard

Mismatch Type Error in redisstats.py

Open lhttjdr opened this issue 10 years ago • 0 comments

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.

lhttjdr avatar Oct 11 '15 14:10 lhttjdr