mirror of
https://github.com/prometheus/prometheus.git
synced 2026-06-09 08:32:26 -04:00
textparse: add changelog entry for OpenMetrics NaN sample fix
Document the bugfix in CHANGELOG.md (#18399). Signed-off-by: Weixie Cui <cuiweixie@gmail.com>
This commit is contained in:
parent
80d307d4db
commit
42d115561e
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@
|
|||
- [BUGFIX] Remote write: Fix `prometheus_remote_storage_sent_batch_duration_seconds` measuring before the request was sent. #18214
|
||||
- [BUGFIX] Rules: Fix alert state restoration when rule labels contain Go template expressions. #18375
|
||||
- [BUGFIX] Scrape: Fix panic when parsing bare label names without an equal sign in brace-only metric notation. #18229
|
||||
- [BUGFIX] Textparse: Canonicalize NaN in OpenMetrics metric sample values when parsing the value token. #18399
|
||||
- [BUGFIX] TSDB: Fail early when `use-uncached-io` feature flag is set on unsupported environments. #18219
|
||||
- [BUGFIX] TSDB: Fall back to CLI flag values when retention is removed from config file. #18200
|
||||
- [BUGFIX] TSDB: Fix memory leaks in buffer pools by clearing reference fields before returning buffers to pools. #17895
|
||||
|
|
|
|||
Loading…
Reference in a new issue