Hey there! This is a feature request I'd be willing to create PR for.
As it stands now, when you're publishing a message and it is successful, the published counter in MetricsCollector will be incremented.
I'd like to add publishFailed counter, which will be incremented if and when publishing attempt fails.
This will allow users to easily create reports of publishing success rates and help them determine if the number messages they're not publishing are a significant enough to increase resiliency of their programs.
I'd like to find out if this is a feature that would be a welcome addition and if the way I'd like to add it would meet your expectations.
Hey there! This is a feature request I'd be willing to create PR for.
As it stands now, when you're publishing a message and it is successful, the
publishedcounter in MetricsCollector will be incremented.I'd like to add
publishFailedcounter, which will be incremented if and when publishing attempt fails.This will allow users to easily create reports of publishing success rates and help them determine if the number messages they're not publishing are a significant enough to increase resiliency of their programs.
I'd like to find out if this is a feature that would be a welcome addition and if the way I'd like to add it would meet your expectations.