Gaurao Tarpe

Results 2 issues of Gaurao Tarpe

Looking for how I can add service_name and host_id as label and checks[*].name as metrics name dynamically. ``` { "service_name": "service_1", "host_id": "localhost", "checks": [ { "name": "db_check", "component": "dbdev",...

Currently if we use illegal characters in uri example `https://www.google.com?q=baz{{|| ` which fails with java.net.URISyntaxException. This pr provided wrapper around java exception to handle uri syntax exception.