i have an archive which contains the minimum duration times of messages going through an enterprise service bus.
During night-time or on weekends it is possible, that there are no messages, so the minimum duration time is NULL. Because of this, i write NaN into my rrd-db.
If i now want to consolidate an archive with the MINIMUM-Function over 6 hours, i get a problem if in this 6 hours there is a NaN-Value. Because then the whole 6-hours timeframe will be saved as NaN.
Is there any option to use a MINIMUM-Function, which ignores NaN-Values?
(Replacing NaN-Values with 0 would distort my graphs and is therefore not a good solution.)
Any help is very appreciated. Thank you in advance for participating!