Add support for variable substitution in $STATSD_TAGS
All threads resolved!
All threads resolved!
Compare changes
+ 83
− 20
@@ -2,12 +2,14 @@
@@ -20,16 +22,33 @@ macro_rules! resolve_host {
@@ -50,46 +69,90 @@ pub fn statsd_client(host: Option<String>) -> Result<StatsdClient> {