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

FieldConfigCustom SpanNulls can be bool or int #220

Open
jfieber opened this issue Nov 14, 2022 · 0 comments
Open

FieldConfigCustom SpanNulls can be bool or int #220

jfieber opened this issue Nov 14, 2022 · 0 comments

Comments

@jfieber
Copy link

jfieber commented Nov 14, 2022

At least in Grafana 8.5.13 timeseries panels, the spanNulls value will be either true, false or a number. In the latter case, the dashboard fails to unmarshal:

unmarshal board: json: cannot unmarshal number into Go struct field FieldConfigCustom.fieldConfig.defaults.custom.spanNulls of type bool (panel "Request Latency (AVG)" of type "timeseries")

From here.

@jfieber jfieber changed the title FieldconfigCustom.SpanNulls can be bool or int FieldConfigCustom SpanNulls can be bool or int Nov 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant