You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the stored values, or the result of aggregation return infinity, the entire payload won't serialize properly. We need to filter these values from the response and may be print a warning in the log.
The text was updated successfully, but these errors were encountered:
I don't suppose this will help when you have invalid data stored? Somehow I have a few series that ended up returning NAN's.
Using influxdb-cli for ease here. But this 500's over the HTTP interface as well. Nothing relevant in the log files.
graphite> select value from acheron_livid_dk.ping.ping.ipv6_google_com.value where time > now() - 48h;
graphite> ✘ Error: json: unsupported value: NaN
graphite>
If the stored values, or the result of aggregation return infinity, the entire payload won't serialize properly. We need to filter these values from the response and may be print a warning in the log.
The text was updated successfully, but these errors were encountered: