ekg/HISTORY.md

27 lines
648 B
Markdown
Raw Normal View History

2012-01-01 23:50:41 +00:00
## 0.3.0.0 (2012-01-01)
2012-01-01 02:48:07 +00:00
* Add gauges and change counters to always be monotonically increasing
* Add web interface column headers
* Reorganize the web interface to show counters and gauges in separate sections
* Change REST API to allow separate access to counters and gauges
* Return the server time in the JSON response it and use server time
instead of client time when graphing
* Make it possible to graph user-defined counters and gauges
## 0.2.0.0 (2011-12-30)
* Add user-defined counters
* Suppress Snap logging to stdio
* Add REST-style API for accessing single counters
## 0.1.0.0 (2011-12-27)
* First EKG release