raintank / graphite-kairosdb

Graphite-Api finder plugin for Kairosdb
Apache License 2.0
10 stars 4 forks source link

litmus.*.*.(http|https).dataLength metrics not being returned #13

Closed woodsaj closed 9 years ago

woodsaj commented 9 years ago

This is likely because these metrics are being stored in cassandra as Ints, and we are querying for floats.(kairosdb includes the datatype in the rowKey, but doesnt have a way to lookup what datatype to use)