Json can represent NULL values see http://www.json.org/ ``` { "key": null } ``` But when such a null value is part of the expected JSON in a JsonGauge, the following error is thrown `Invalid null element in gauge definition` This of course shouldn't be the case.
Json can represent NULL values see http://www.json.org/
But when such a null value is part of the expected JSON in a JsonGauge, the following error is thrown
Invalid null element in gauge definitionThis of course shouldn't be the case.