mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 08:18:10 -05:00
- Fix bug with NaN in alerting - Closes #21953 - Alert reducers (avg/max/etc) drop null values from their calculation. This change makes it so NaN values are handled in the same way as null values.