mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
Add one missed bugfix
Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
This commit is contained in:
parent
e444dbf154
commit
faca464136
|
@ -23,6 +23,7 @@
|
||||||
* [PERF] TSDB: Optimize inverse matching. #14144
|
* [PERF] TSDB: Optimize inverse matching. #14144
|
||||||
* [PERF] Regex: use stack memory for lowercase copy of string. #15210
|
* [PERF] Regex: use stack memory for lowercase copy of string. #15210
|
||||||
* [PERF] TSDB: When deleting from postings index, pause to unlock and let readers read. #15242
|
* [PERF] TSDB: When deleting from postings index, pause to unlock and let readers read. #15242
|
||||||
|
* [BUGFIX] Main: Avoid possible segfault at exit. (#15724)
|
||||||
* [BUGFIX] Rules: Do not run rules concurrently if uncertain about dependencies. #15560
|
* [BUGFIX] Rules: Do not run rules concurrently if uncertain about dependencies. #15560
|
||||||
* [BUGFIX] PromQL: Adds test for `absent`, `absent_over_time` and `deriv` func with histograms. #15667
|
* [BUGFIX] PromQL: Adds test for `absent`, `absent_over_time` and `deriv` func with histograms. #15667
|
||||||
* [BUGFIX] PromQL: Fix various bugs related to quoting UTF-8 characters. #15531
|
* [BUGFIX] PromQL: Fix various bugs related to quoting UTF-8 characters. #15531
|
||||||
|
|
Loading…
Reference in a new issue