Hot Shots wrapper with key-value Telegraf tags
npm install hot-shots-deuxWrapper for hot-shots statsd client that adds key-value telegraf tags handling.

``js`
var StatsD = require('hot-shots'),
var Deux = require('hot-shots-deux').default;
var client = new Deux(new StatsD());
client.increment("metric", 1, 1, { "key": "value" });
If the tags contain a reserved character (:, |, @), that will be replaced with an underscore (_`).
All functionality from hot-shots should be implemented in the wrapper class.
Why is this project named hot-shots-deux? Because:
* Hot Shots Part Deux is a much better movie than Hot Shots