Skip to content

v1.6.0

Choose a tag to compare

@dxsup dxsup released this 28 Mar 13:36
9466ac1

⚠️ 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-backend database 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 baseurl for workflows has been optimized to an editable port. During the upgrade, please modify the corresponding variables in the values file 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.
    image

  • Added support for jumping from TraceID in Fault Traces to Fault Logs.
    image

  • Added a TraceID filter condition in Fault Logs.
    image

Enhancements

  • Fault Traces now default to displaying fault data, with a new filter for "Slow & Error" state.
    image

  • 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-backend where the polaris-analyzer memory 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-write receiver to apo-otel-collector.

Full Changelog: v1.5.2...v1.6.0