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"}}
This commit is contained in:
Craig Bryant 2014-04-14 13:48:17 -06:00
parent ec0148e242
commit 3b1deee576
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
</prerequisites>
<properties>
<mon.common.version>1.0.0.26</mon.common.version>
<mon.common.version>1.0.0.30</mon.common.version>
<skipITs>true</skipITs>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>