0
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 8 hours ago.
Sep 19, 2024 — Sep 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Separated StreamSender from StdOutSender so files can be used. Added support for just the payload to be output to the stream. Use `indent` for prettier output when JSON is used. More... over 13 years ago
we created a `sorted_args` value but then forgot to use it... More... over 13 years ago
comment warning More... over 13 years ago
changed the function name resolver to use dotted names for all cases instead of colons. This is to satisfy the statsd protocol More... over 13 years ago
extracted a base class for the 0mq clients More... over 13 years ago
version bump: 0.8.4 -> 0.8.5 More... over 13 years ago
reworked the locking for reconnection status and added a 'livecheck' config option to set the number of seconds between pings from 0mq clients and the logstash server More... over 13 years ago
removed an a pdb statement left in the source while debugging refactored the reconnection code once more to simplify testing More... over 13 years ago
reworked the reconnection code and testcase so that the unit test can use mocks instead of a background thread to accept 0mq connections More... over 13 years ago
Merge branch 'master' into vng/zeromq.pool More... over 13 years ago
* added a background daemon thread to the 0mq connection pool to handle reconnects * added a base ZmqSender class so that we can guarantee that only one 0mq context is created in met log * added a ZmqHandshakePubSender that will route messages to std err if a client is not connected * added test cases for ZmqHandshakePubSender More... over 13 years ago
stderr output now inserts '\n's More... over 13 years ago
update changelog More... over 13 years ago
write newline to stderr so we at least get multiple lines More... over 13 years ago
fixed multithreaded test case for zmq pooled connections More... over 13 years ago
add `debug_stderr` option to ZmqPubSender w/ test More... over 13 years ago
patch the zmq_context before we construct the ZmqPubSender More... over 13 years ago
Merge branch 'master' of github.com:mozilla-services/metlog-py into vng/zeromq.pool More... over 13 years ago
fixed the SImpleClient to accept multiple bind strings for 0mq More... over 13 years ago
fixed the sender signature to match the docs More... over 13 years ago
more slight doc edits More... over 13 years ago
whitespace More... over 13 years ago
Merge branch 'vng/zeromq.pool' of github.com:mozilla-services/metlog-py into vng/zeromq.pool More... over 13 years ago
safe to put these on one line thx to python's conditional evaluation order promises More... over 13 years ago
typo More... over 13 years ago
added a simplified 0mq client that doesn't handle handshaking More... over 13 years ago
flake8 fixes More... over 13 years ago
whitespace, typos, remove unused import More... over 13 years ago
Merge branch 'refs/heads/master' into vng/zeromq.pool More... over 13 years ago
doc edit More... over 13 years ago