Skip to content

JsonGauge not implemented for null values #55

Closed
@DaniRey

Description

@DaniRey

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions