class WaterDrop::Instrumentation::Callbacks::Statistics

Statistics callback handler @note We decorate the statistics with our own decorator because some of the metrics from

rdkafka are absolute. For example number of sent messages increases not in reference to
previous statistics emit but from the beginning of the process. We decorate it with diff
of all the numeric values against the data from the previous callback emit