haskell-github-trust / ekg-statsd

Flush system metrics to statsd
BSD 3-Clause "New" or "Revised" License
26 stars 23 forks source link

Missing instructions in README #21

Open domenkozar opened 6 years ago

domenkozar commented 6 years ago

One needs to compile with -with-rtsopts=-T in order for GC metrics to be pushed to statsd.

tibbe commented 6 years ago

This is documented for the main package (ekg) http://hackage.haskell.org/package/ekg but perhaps at least ekg-core, which provides the GC metrics, needs some docs as well.