0
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected 1 day ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #1 from joshk/patch-1 More... over 12 years ago
Add some extra rubies for fun :) More... over 12 years ago
Making tests runnable on ruby 1.9.2. thanks @joshk for the hint ;-) More... over 12 years ago
Travis needs rake in the gemfile More... over 12 years ago
travis-ci.org build configuration More... over 12 years ago
renamed DEFAULT_MAX_LINES_PER_LOGGER to DEFAULT_MAX_LINES More... over 12 years ago
logjam compatibility change More... over 12 years ago
only keep one array for all the log lines around. In other news, tests are awesome! More... over 12 years ago
Tiny example for the metrics agent More... over 12 years ago
logjam expects the status_code to be named "code" More... over 12 years ago
i18n is a dependency of activesupport nowadays -.- More... over 12 years ago
Keep track of the highest logged severity More... over 12 years ago
Changeing bunny-ext dependency to allow any newer version. It's fine, trust me More... almost 13 years ago
Use the bunny-ext gem for the timeout monkey patching stuff More... over 13 years ago
Check for instance methods using strings not symbols More... over 13 years ago
don't require amqp_logging.rb twice in tests More... over 13 years ago
Use send/receive timeouts on the amqp socket and the system_timer gem (if available) More... over 13 years ago
Actually it's microseconds, not nanoseconds More... over 13 years ago
Increase default limit of loglines to 1000 More... over 13 years ago
Drying up the ISO timestring with nanoseconds More... over 13 years ago
Max number of loglines stored can now get configured by setting MetricsAgent#max_lines_per_logger (defaults to 50) More... over 13 years ago
get rid of the instance tracking and auto flushing for now More... over 13 years ago
Dirty tracking to the rescue More... over 13 years ago
ISO8601, I was doing it wrong More... over 13 years ago
autoflush the agent on exit. need some dirty status tracking to avoid unneccessary flushing tho More... over 13 years ago
Release version 0.5.0 More... over 13 years ago
Removing fallback support More... over 13 years ago
Introducing MetricsAgent which allows you to gather data during a request More... over 13 years ago
let's pretend that never happened... More... over 13 years ago
set the fallback logdevice with logdev=. This fixes issues with some weird stdin / stderr hacks of some daemon libraries More... over 13 years ago