On Mon, May 03, 2010 at 04:45:00PM -0500, Patrick McGuigan wrote: > I have a data source that when queried provides data as type int64. Can > these metrics be placed into ganglia via gmetric? We are currently > using v3.1.2 (on x86_64 linux) and the available data types for gmetric > don't seem to allow for int64.
Unfortunately int64 isn't supported at the moment, you'll have to convert it to a double I am afraid. Adding a 64bit int type should be easy but most likely will break compatibility with older versions :( Kostas ------------------------------------------------------------------------------ _______________________________________________ Ganglia-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ganglia-general

