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
None of these issues actually state that we need a way to represent the NaN value, particularly for Histogram data points which do not always have a semantically meaningful floating point value where a NaN value could go (the sum is not always meaningful, see issues #303, #314).
Prometheus used a specific IEEE 754 NaN value. In #309 we've discussed using a bit for this.
The text was updated successfully, but these errors were encountered:
There are several issues in the Prometheus WG that cannot be addressed without specifying how to treat staleness markers.
Mentioned in open-telemetry/prometheus-interoperability-spec#59
Mentioned in open-telemetry/prometheus-interoperability-spec#38
None of these issues actually state that we need a way to represent the NaN value, particularly for Histogram data points which do not always have a semantically meaningful floating point value where a NaN value could go (the
sum
is not always meaningful, see issues #303, #314).Prometheus used a specific IEEE 754 NaN value. In #309 we've discussed using a bit for this.
The text was updated successfully, but these errors were encountered: