tel / riemann-hs

A Haskell client for Riemann
MIT License
13 stars 8 forks source link

Time micros #11

Closed tswaterman closed 7 years ago

tswaterman commented 7 years ago

This branch adds support for the new 'time_micros' field in the Riemann protocol. The extra precision time-stamp is very useful when aggregating in e.g. InfluxDB, where identical timestamps will overwrite existing event data.

cf. Riemann changes https://github.com/riemann/riemann/blob/f0927d9219e82ad733c0ee85d25fe59ca9279ba1/CHANGES.markdown

abailly commented 7 years ago

Thanks for that!