2025.2 Series Release Notes¶
21.0.0.0rc1¶
새로운 기능¶
Added collection of alarm evaluation counters. These show the number of times alarms were evaluated as
alarm
,ok
andinsufficient data
per alarm. These counters are presented by the /v2/metrics API endpoint. This feature can be enabled or disabled with the[DEFAULT].enable_evaluation_results_metrics
configuration option. It’s disabled by default.
업그레이드 노트¶
The deprecated
[DEFAULT] http_timeout
option has been removed.
Support for Python 3.9 has been removed. Now Python 3.10 is the minimum version supported.
사용하지 않는 기능¶
Deprecate the prometheus_disable_rbac config option. The observabilityclient rbac feature isn’t meant for services and will always be disabled from now on.
버그 수정¶
[bug 2106029] Fix Prometheus type queries misusing observabilityclient rbac feature.