Brian Hawkins

Results 94 comments of Brian Hawkins

So the BlastModule tests the internal event bus through to Cassandra. What you are probably looking for is end to end. That is a bit tricker as you need to...

Regex support is in 1.3 beta so you could do this kind of thing. I would like to also support this directly so I'll keep this open.

There is an ldap module you can use. We have it setup at my work.

The scalability issue is with how C* uses resources. Stuff is loaded into memory for each keyspace and column family. So it would work up to about 100 maybe without...

I agree, the reporting of metrics needs to be more granular. I'll add something for this in 1.3

In the short term I've added a filter plugin that lets you filter out certain metrics. Not the best for this situation but a stop gap until I get Metrics4j...

The problem is that in order to calculate the 95% accurately you have to sort all the data. This can become a problem if you are reading 1 million data...

kairos already does this. Take a look at http://kairosdb.github.io/docs/build/html/restapi/QueryMetrics.html and search for cache_time. Basically if you have it set on a query it will reuse previous searches that match the...

What you described is exactly what I designed this for. What you are missing is the cache_time parameter on the query. Queries all done in a single request are done...

OK now I remember. People have had issues with the cache growing out of control and most don't utilize it so it was turned off by default in recent release....