Prometheus exporter should use NaN instead of Nan #3465
Closed
Description
What happened?
Minor detail I found while reading the prometheus exporter:
It currently emits the string "Nan" when recording not a number values.
According to the Prometheus and OpenMetrics specs, this should be the string: "NaN":.