mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
Remove noise from CHANGELOG
This commit is contained in:
parent
1e7ce3ffdb
commit
7a0c0c3ca2
|
@ -5,10 +5,7 @@ The alerting rule syntax has changed as well but the old syntax is supported
|
||||||
up until version 0.18.
|
up until version 0.18.
|
||||||
|
|
||||||
All regular expressions in PromQL are anchored now, matching the behavior of
|
All regular expressions in PromQL are anchored now, matching the behavior of
|
||||||
regular expressions in config files. Expressions in rules, alerts or dashboards
|
regular expressions in config files.
|
||||||
need to be changed if they don't match the full value so far (for example
|
|
||||||
`http_requests_total{status=~"^5"}` won't match anything anymore and needs to
|
|
||||||
be changed to `http_requests_total{status=~"5.."}`).
|
|
||||||
|
|
||||||
* [CHANGE] Integrate with Alertmanager 0.1.0 and higher
|
* [CHANGE] Integrate with Alertmanager 0.1.0 and higher
|
||||||
* [CHANGE] Degraded storage mode renamed to rushed mode
|
* [CHANGE] Degraded storage mode renamed to rushed mode
|
||||||
|
|
Loading…
Reference in a new issue