Changelog History
Page 2
-
v0.4.0.13 Changes
April 19, 2017Support aeson 1.2.
Down throw ThreadKilled exception back to the thread that killed us.
-
v0.4.0.12
January 02, 2017 -
v0.4.0.11 Changes
September 13, 2016- Support aeson 1.0.
-
v0.4.0.10 Changes
May 27, 2016- GHC 8.0 support.
-
v0.4.0.1 Changes
July 12, 2014- Fix JS bug which led to type errors for distribution metrics.
-
v0.4.0.0 Changes
May 01, 2014Lots of the internals were split off into a new package, ekg-core.
The
Gauge.modify
function was removed, as it can't be supported by the new, more efficient implementation of gauges.The JSON API was significantly overhauled. The the Haddock documentation for details.
The metric store used internally by the server is now exposed and can be used to share the same metric store between ekg and e.g. ekg-statsd.
It's now possible to provide a custom metric store to the server.
The getDistribution function was added.
The UI now has less special treatment for built-in metrics.
-
v0.3.1.3 Changes
February 22, 2013Fixed security issue where ekg would always listen to all incoming requests, even if "localhost" was specified.
Always export par_tot_bytes_copied. Previously it was only exported if using base-4.6 and later.
-
v0.3.1.2 Changes
September 18, 2012- Support GHC 7.6
-
v0.3.1.1 Changes
June 25, 2012- Bump dependencies.
-
v0.3.1.0 Changes
April 17, 2012- Add labels, which are free-form string values exported by the monitoring server. Labels allow you to export e.g. the command line arguments used to start the executable or the host name it's running on.