Skip to content

JsonGauge not implemented for null values #55

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions