I am having an issue with InfluxDB...
I have some timeseries data for host availability. The issue is that, when the host is down, nothing is sent onto Influx, so the values for these timestamps are null.
If I use fill(0) when selecting the timeseries data I can get the series data correct.
My question is.... Can I somehow change the values of null to 0 instead of displaying them as 0 ?
When I group them for like a month I cannot fill the null values since it is already aggregated...