v1.6.0
⚠️ Breaking Changes
- Replaced HostPath with PV for persistence, improving maintainability. If you have created or modified workflows, it is recommended to back up PostgreSQL before upgrading; otherwise, workflow data will be reset.
- Data persistence changes: Grafana and the
apo-backenddatabase now use PostgreSQL by default. Please refer to the "Installation Guide" -> "Upgrade Guide" on the official website for data backup and upgrade instructions. - Helm Charts configuration changes: The fixed port in the
baseurlfor workflows has been optimized to an editable port. During the upgrade, please modify the corresponding variables in thevaluesfile when upgrading.
New Features
-
Further optimized the "Alert Validation Analysis" and "Alert Simple Root Cause Analysis" workflows, improving recognition accuracy and effectiveness.
-
The service list in the Service Overview now supports sorting by different metrics. You can click the table headers to sort by the selected metric.

-
Added support for jumping from TraceID in
Fault TracestoFault Logs.

Enhancements
-
Fault Tracesnow default to displaying fault data, with a new filter for "Slow & Error" state.

-
OneAgent now supports automatic monitoring of services in newly created namespaces.
-
Added configuration options for the frequency and sampling method of alert validation checks.
-
The alert list now automatically updates with the latest data and statuses.
-
Improved the layout of the workflow page.
Bug Fixes
- Fixed an issue in
apo-backendwhere thepolaris-analyzermemory was not being cleared in a timely manner. - Fixed an issue where OneAgent's injection of Trace agents could overwrite JVM configurations.
- Fixed an issue where downstream services were missing in trace links during broken chain scenarios.
- Fixed an issue where dashboards in service details did not match the corresponding services.
Others
- Added the
prometheus-remote-writereceiver toapo-otel-collector.
Full Changelog: v1.5.2...v1.6.0
