Open domenkozar opened 6 years ago
One needs to compile with -with-rtsopts=-T in order for GC metrics to be pushed to statsd.
-with-rtsopts=-T
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.
One needs to compile with
-with-rtsopts=-T
in order for GC metrics to be pushed to statsd.