The data source is TickTockDB, a OpenTSDB APIs compatible Time Series DB. I am actually the co-owner of TickTockDB.
Well, we could fix TickTockDB to return a numerical value like ‘0’ in case NaN. But still NaN is different from ‘0’ semantically. Clients might make mistakes in their inputs to TickTockDB and want to pinpoint it. This question is basically derived from a client’s request.
It would be great if Grafana could map NaN/Null to a numerical value so that we can visualize time series even if with NaN/Null. I thought Grafana supports that. But it seems not, does it?
I am referring to Grafana’s value mapping. If Grafana’s value mapping doesn’t support this currently, please do let me know. I am fine with that. Just try to get a clarification.
the data you posted is not even valid json. if you vetted this data via some json validator it will complain about nan. highly recommend you tackle it on the datasource itself.