graylog-labs / graylog-plugin-metrics

Graylog output plugin for Graphite and Ganglia
Apache License 2.0
18 stars 6 forks source link

Metrics are send always as Integer Values #9

Closed tduemesnil closed 8 years ago

tduemesnil commented 8 years ago

We send decimal values in Gelf Messages to a Graylog2 Stream. Elasticsearch _mapping shows the field as a Double Type. The defined output to our graphite sends only Integer values. We checked this with a tcpdump.

Is this a configuration issue ?

I tried to understand the code and it seams that a values are converted into long values. ....metricValue.longValue());

Thanks for reading.

mariussturm commented 8 years ago

This should be fixed in 1.3.0!