Gavin McQuillan

Results 11 issues of Gavin McQuillan

### Expected behavior Installation doesn't cause an error. ### Actual behavior Installation has an error. No Extension functionality is present. ### Steps to reproduce the behavior Install the extension on...

I'd like to be able to process events from Kafka as well as logs from disk and emails from imap. For an example check out: https://gist.github.com/7db14f27c4d115b355b3

enhancement

It'd be useful to know a few pieces of metadata about how the system is running: 1. How much memory is being used by redis 2. How much CPU time,...

enhancement

Right now, when the statistics are calculated for a series of events, comparisons are run for each and every event in that series. We could save lots of CPU cycles...

enhancement

Some categories are mostly duplicate. To fix this: 1. delete the category reference in the '''categories''' key. 2. push each event from that data_ into input. 3. delete data_ when...

enhancement

It'd be nice to group categories together which are related to the same failure. That way you can view them among the other categories as an aggregate, but also break...

enhancement

We store metadata on the backend about each category. Some of this is meant to be modified by the user. We need to provide those form elements so that the...

enhancement

This is a bit of a controversial proposal, however at some point we need to figure out how to move old events out of redis-server, which requires that the data...

enhancement

It looks like this package is currently unavailable on pypi. Would you consider uploading it ease of use?

Right now it takes about 20 seconds for our VSphere server to respond with all the metrics -- the thing is we don't need 90% of the metrics reported. I've...