Commit graph

16 commits

Author SHA1 Message Date
Johan Tibell
0f8352cff3 Break out core metric tracking into a new package
The new package, ekg-core, contains the metrics store, modules for
defining metrics, and functions for sampling the metrics.

The counter naming is also changed to include a namespace part. For
example "myapp.requests".

Finally the JSON format has been changed to be more self-descriptive.
2014-04-20 10:18:13 +02:00
Johan Tibell
f983211d40 Remove another mention of version in UI 2013-02-22 09:50:50 -08:00
Johan Tibell
2760182270 Remove mention of version number from the UI
It was too hard to keep in sync and didn't really serve any purpose.
2013-02-20 19:25:22 -08:00
Johan Tibell
65adb902ed Bump version number to 0.3.1.1 2012-06-25 07:56:21 -07:00
Iustin Pop
225725d951 Show labels in the client HTML interface
Note that I'm not familiar with JavaScript, so I'm not sure whether
the changes to monitor.js are correct, please review carefully.
2012-04-17 22:45:57 +02:00
Austin Seipp
d292b58aff Add local copy of JQuery 1.6.4 2012-01-26 18:34:52 -06:00
Austin Seipp
09e8feea5e Include Bootstrap CSS, so internet isn't required for a functioning UI 2012-01-26 18:22:57 -06:00
Johan Tibell
ce3af1ba7e Bump version number to 0.3.0.1
Also make HTML validate as HTML5
2012-01-26 11:58:27 -08:00
Johan Tibell
9289ea7a7a Switch from Blueprint CSS to Bootstrap CSS 2012-01-26 11:42:20 -08:00
Johan Tibell
e2c4de92f3 Show a message box when the server can't be reached 2012-01-01 16:49:06 -08:00
Johan Tibell
caae25c7c7 Bump version number to 0.3.0.0 2011-12-30 18:45:05 -08:00
Johan Tibell
06ec1da5a8 Refactor jQuery code 2011-12-30 18:03:51 -08:00
Johan Tibell
8b83c46c76 Make it possible to add graphs for user metrics 2011-12-30 15:42:26 -08:00
Johan Tibell
3832ddfa62 Show built-in counters and gauges in the web interface
Reorganized REST API as that was required to support this feature.
2011-12-30 13:34:01 -08:00
Johan Tibell
3a1ac0f2ae Add table column headers 2011-12-30 12:11:23 -08:00
Johan Tibell
5b0decad84 Renamed public/ to assets/ 2011-12-29 14:21:58 -08:00
Renamed from public/index.html (Browse further)