nytimes / collectd-rabbitmq

A collected plugin, written in python, to collect statistics from RabbitMQ.
https://collectd-rabbitmq.readthedocs.org/
Other
145 stars 79 forks source link

Port to Python 3 #76

Open abompard opened 4 years ago

abompard commented 4 years ago

This changeset ports the codebase to Python 3. It is not Python2-compatible.

Fixes: #75

jwilner commented 4 years ago

Hi @abompard -- thanks for the PR.

We'd like to land it but are going to need spend some time reviewing and testing it.

Along those lines, I'd like to know your impression of this change set.

Thanks again!

daks commented 2 years ago

Hi, just a message to tell you @abompard and @jwilner that we integrated this code and use it successfully on Debian Bullseye 11 with Python 3 (3.9.2)

We use it with the patch from https://github.com/nytimes/collectd-rabbitmq/pull/69 which we already used on previous py2 version.