ekg icon indicating copy to clipboard operation
ekg copied to clipboard

Remote monitoring of running processes over HTTP

Results 27 ekg issues
Sort by recently updated
recently updated
newest added

startServer starts a new thread, and if that thread can't get the given port, it throws an exception back to the main process. This means that there seems to be...

We use ekg to connect up to datadog, and the latter supports breaking out metrics by "tags" but ekg doesn't seem to offer a way to do this? It would...

I am using forkServer to monitor my app and getting the following error when querying the JSON of all metrics. "proxy.msgprocessed.41" is the name of one of the counters (message...

There are various ekg packages on hackage, for servant, wai, prometheus. Sometimes multiple implementations that seem to overlap, for example for wai. Some sort of overview of this eco-system should...

Similar libraries like Ostrich and the Coda Hale metrics lib support the concept of timer metrics along with providing percentile, min, max and average data for those metrics. It would...

This experiment goes with https://github.com/tibbe/ekg-core/pull/17 and https://github.com/tibbe/ekg-json/pull/6 . FizzBuzz in EKG: ![screen shot 2017-04-22 at 17 05 34](https://cloud.githubusercontent.com/assets/213458/25305668/fdcd8b6e-277f-11e7-89b5-603b3aa12073.png)

Could wall clock time and CPU time be added to the ekg output? They would be very helpful.

I'm not sure what causes this or how to reproduce, but occasionally I look at an EKG graph and all the timestamps are overlapping. There appear to be various degrees...

Hi, when running the EKG server without GC metrics I'm getting the following exception: ``` monitor.js:337 Uncaught TypeError: Cannot read property 'gc' of undefined ``` Here's the stacktrace: ``` monitor.js:337...