Closed caduri closed 7 years ago
This looks good. Do you think you could add a test to cover when a exception gets thrown during dispatch ? Thanks.
@jimbydamonk I added a test. LMK if you have any other requests
@jimbydamonk when are you merging this PR?
It's now in version 1.18.0 Thanks!
@jimbydamonk the version in pypi is still 1.17.0, can you take a look?
I pushed out the new version a few days ago. Thanks for reminding me.
Just curious: you don't publish/tag new releases here on github anymore?
Oh, I should. I just didn't push my tags. :-) I am going to fix the pipeline so that this is all automatic. Thanks for calling me out.
No problem, I just found it odd :)
And thank you! Since I use github's RSS feed to find out about new releases of the repos I follow (e.g. https://github.com/NYTimes/collectd-rabbitmq/releases.atom), now I don't have to track a different source for yours :)
When a metric is missing from the types db the plugin crushes. In this fix I catch the exception and just notify collectd, basically ignoring the metric
what do you think?