Hi David:

On Thu, May 6, 2010 at 3:39 PM, David Birdsong <[email protected]> wrote:

> i've since just convereted 1.xx seconds to milliseconds and now i'm
> pretty happy with int as a precise enough data type. this doesn't
> explain why the values increment endlessly though when represented as
> floats and simply converting to ints solves the problem.

'value_type' and 'format' needs to match up in the descriptor.  If you
wanted to do conversion, do it in your handler, it should work that
way.

However, I'm not sure why if there is a mismatch between 'value_type'
and 'format' it would generate an ambigious value -- any ides Brad?

Another thing is, instead of letting the user set the 'format',
shouldn't we just hardcode what they should be?

Cheers,

Bernard

------------------------------------------------------------------------------

_______________________________________________
Ganglia-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ganglia-general

Reply via email to