ServiceRadar v1.4.62
Capacity forecasting now watches each disk mount point on its
own, core health checks raise an incident when they go
unhealthy, and a crossing far beyond the forecast horizon is
labeled as such instead of as a history-cap skip.
Whats New
1.4.62
- Capacity: disk usage is forecast per mount point. A new
hourly continuous aggregate (timeseries_metrics_disk_hourly)
keepssysmon.diskper device, series and mount point, so a
data volume filling toward 100 percent is no longer averaged
away behind a flat root filesystem. Exposed as SRQL entity
timeseries_metric_disk_hourlyand JSON:API
/timeseries_metrics_disk_hourly(PR #415). - Core: a core health check transitioning to unhealthy now
opens one critical incident per entity and recovers it on
the healthy transition, via the seeded
core_health_state_change_eventsand
core_health_check_unhealthyrules. Health log lines carry a
structuredhealthattribute block (PR #413). - Capacity: a capped crossing that lies beyond the 90 day
horizon is recorded asoutside_forecast_horizoninstead of
exhaustion_beyond_history_cap, with the crossing kept in
diagnostics (PR #412).
Upgrade Notes
- New migration
20260912120000creates the disk hourly
aggregateWITH NO DATAand registers its refresh and
retention policies. The chart default for
core.migrations.expectedVersionmoves to
20260912120000; a deployment that pins that value in its
own values file (manual Helm installs) must bump it in the
same upgrade.