mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-04-28 03:20:11 +00:00
release: prepare v4.25.0
This commit is contained in:
parent
4eb8bed9b5
commit
bc479643e4
15 changed files with 107 additions and 139 deletions
|
|
@ -93,6 +93,8 @@ Yes! When you add one cluster node, Pulse automatically discovers and monitors a
|
|||
Reduce `metricsRetentionDays` in settings and restart
|
||||
|
||||
### How do I monitor adaptive polling?
|
||||
**New in v4.25.0:** The adaptive scheduler now exposes staleness scores, circuit breaker state, and per-resource poll metrics so you can trace why work was delayed.
|
||||
|
||||
**New in v4.24.0:** Pulse includes adaptive polling that automatically adjusts polling intervals based on system load.
|
||||
|
||||
**Monitor adaptive polling:**
|
||||
|
|
@ -111,7 +113,8 @@ Reduce `metricsRetentionDays` in settings and restart
|
|||
|
||||
See [Adaptive Polling Documentation](monitoring/ADAPTIVE_POLLING.md) for complete details.
|
||||
|
||||
### What's new about rate limiting in v4.24.0?
|
||||
### What's new about rate limiting in v4.25.0?
|
||||
**New in v4.25.0:** Adaptive polling metrics and circuit breaker states are now exposed alongside rate-limit headers, making throttling decisions easier to interpret.
|
||||
Pulse now returns standard rate limit headers with all API responses:
|
||||
|
||||
**Response Headers:**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue