0
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 19 hours ago.
Sep 15, 2024 — Sep 15, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
refactor `MetlogClient.timer` to be a method instead of a property. Much simpler and more efficient. More... over 13 years ago
Merge branch 'master' of github.com:mozilla-services/metlog-py More... over 13 years ago
the `new_default` arg is more trouble than it's worth More... over 13 years ago
enforce the sample rate More... over 13 years ago
rate should always be treated as a float More... over 13 years ago
move the random.seed() call to the MetlogClient constructor so it won't be called unnecessarily More... over 13 years ago
Merge branch 'master' of github.com:mozilla-services/metlog-py More... over 13 years ago
Merge pull request #22 from mozilla-services/vng/incr.fix More... over 13 years ago
auto-creating a default client isn't worth the performance penalty of another function all on every access of CLIENT_HOLDER.default_client More... over 13 years ago
support setting of arbitrary attributes on the DebugCaptureSender in the constructor; useful for testing config code More... over 13 years ago
merged master into branch More... over 13 years ago
Merge branch 'master' into vng/incr.fix More... over 13 years ago
Merge branch 'master' of github.com:mozilla-services/metlog-py More... over 13 years ago
Merge branch 'master' of github.com:mozilla-services/metlog-py More... over 13 years ago
use closures for filter configuration, refactor filter & plugin config loading More... over 13 years ago
fixed a missing rate in the incr method to match the statsd format More... over 13 years ago
fixed a missing rate in the incr method to match the statsd format More... over 13 years ago
Merge branch 'master' of github.com:mozilla-services/metlog-py More... over 13 years ago
Merge pull request #21 from mozilla-services/vng/extended_exceptions More... over 13 years ago
moved metlog_hostname and metlog_pid to top level fields in the metlog dictionary More... over 13 years ago
added the ability to override MetlogClient instance methods with plugins More... over 13 years ago
force construction of the MetlogClient to require a sender and a logger More... over 13 years ago
removed reference to CLIENT_WRAPPER and switched to CLIENT_HOLDER in the configuration documentation More... over 13 years ago
Merge branch 'master' of github.com:mozilla-services/metlog-py More... over 13 years ago
Merge branch 'master' of github.com:mozilla-services/metlog-py More... over 13 years ago
added hostname and pid as default values in the metlog fields dictionary More... over 13 years ago
Fix module scope example by using nested sender/class dict config More... over 13 years ago
version bump: 0.8.5 -> 0.8.6 More... over 13 years ago
record changes in prep for 0.8.5 release More... over 13 years ago
improve getting started docs More... over 13 years ago