From 3b1deee5766dc7faef364af135d8c1ff0b7b7b98 Mon Sep 17 00:00:00 2001 From: Craig Bryant Date: Mon, 14 Apr 2014 13:48:17 -0600 Subject: [PATCH] Changed to use version 30 of mon-common to get the new MetricEnvelopes that doesn't munge the JSON before parsing it. Allows handling of this JSON: {"metric":{"name":"mon_http_status","dimensions":{"detail":"\"{\\\"deadlocks\\\"","hostname":"persister","url":"http"},"timestamp":1397493558,"value":0.0},"meta":{"tenantId":"82510970543135"}} --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8134a08..85d1ec3 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ - 1.0.0.26 + 1.0.0.30 true UTF-8