mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Docs: Document Prometheus NaN breaking change (#49688)
This commit is contained in:
parent
668625aaeb
commit
1308e28d8b
@ -197,6 +197,10 @@ Support for Elasticsearch versions that are after their end of life ( based on h
|
||||
|
||||
In the Elasticsearch data source, browser access mode was deprecated in grafana 7.4.0 and removed in 9.0.0. If you used this mode, please switch to server access mode on the data source configuration page.
|
||||
|
||||
### Prometheus: NaN values representation changed in numeric data
|
||||
|
||||
In the Prometheus data source, when grafana receives numeric data from Prometheus, it may contain NaN (not a number) values. For consistency and performance reasons we changed how we represent such values in Grafana. In previous versions, the behavior was different between alerting queries and other queries (like dashboard queries or explore queries). Alerting queries kept NaN values unchanged, but other queries converted these values to “null”. Starting with grafana 9.0.0, we will always keep NaN values unchanged for all queries.
|
||||
|
||||
<!-- ### InfluxDB: Support for browser access mode removed (should this stay??)
|
||||
|
||||
In the InfluxDB data source, browser access mode was deprecated in grafana 8.0.0 and we are removing this feature in 9.0.0. If you are using this mode, you need to [switch to server access mode]({{< relref "../datasources/influxdb/_index.md##influxql-classic-influxdb-query" >}}) on the data source configuration page or you can do this via provisioning. -->
|
||||
|
Loading…
Reference in New Issue
Block a user