Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JsonGauge not implemented for null values #55

Closed
DaniRey opened this issue Nov 30, 2017 · 0 comments
Closed

JsonGauge not implemented for null values #55

DaniRey opened this issue Nov 30, 2017 · 0 comments
Assignees
Labels
Milestone

Comments

@DaniRey
Copy link
Collaborator

DaniRey commented Nov 30, 2017

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.

@DaniRey DaniRey added the bug label Nov 30, 2017
@DaniRey DaniRey added this to the 2.0.1 milestone Nov 30, 2017
@DaniRey DaniRey self-assigned this Nov 30, 2017
DaniRey added a commit that referenced this issue Nov 30, 2017
@DaniRey DaniRey modified the milestones: 2.0.1, 2.0.0 Nov 30, 2017
@DaniRey DaniRey closed this as completed Nov 30, 2017
@DaniRey DaniRey modified the milestones: 2.0.0, 2.0.1 Nov 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant