l2met icon indicating copy to clipboard operation
l2met copied to clipboard

Convert a formatted log stream into metrics

Results 18 l2met issues
Sort by recently updated
recently updated
newest added

- this adds the wercker.yml file for you build pipeline on wercker - retrieves the REDIS_URL env var and trims it in the NewRedisStore function - uses REDIS_URL also for...

Hi- I just installed a fresh heroku app running l2met using the tarball and setup script. After setting up the drain, I see l2met processing incoming requests in the logs,...

I would like to have l2met produce a "unique things seen" metric from my log lines. Say I have an app that logs lines like this: ``` user_id=3 user_id=6 user_id=3...

Many metric systems support the concept of correlating one-time or aperiodic events against their metrics, commonly as vertical lines overlaid on a line chart (e.g. [Librato Annotations](http://blog.librato.com/posts/2012/09/annotations)) An example of...

Today `sample#` expects a [simple value](https://devcenter.heroku.com/articles/librato#custom-sample-metrics). However it seems to make sense that if sample is a summary statistic that it would have a count, sum, min, max, and min...

I believe this was working a few weeks ago. If that's incorrect, please accept my apologies. **Use case**: I'm draining several of my heroku apps into my l2met instance, and...

l2met's operating log output is fairly chatty. That makes it difficult to watch for critical or important output messages. I recommend adding multiple log levels with the ability to set...

Ryan, I'm in the process of trying to build a quick dashboard for multiple apps following this format: https://blog.heroku.com/archives/2013/3/19/log2viz I think l2met would be a perfect candidate if I could...

Right now, we track connect, service, and bytes from the router logs. It might be cool to also provide some metrics around HTTP status codes. cc: @hgmnz

I just deployed l2met from 27b6331 and it is returning 'Authentication failed.' when I attempt to sign credentials. I'm pretty sure I'm using the same secret on the process and...