3.7 KiB
3.7 KiB
9.3.0
Project
- Bump up the embedded
swctlversion in OAP Docker image.
OAP Server
- Add component ID(133) for impala JDBC Java agent plugin and component ID(134) for impala server.
- Use prepareStatement in H2SQLExecutor#getByIDs.(No function change).
- Bump up snakeyaml to 1.32 for fixing CVE.
- Fix
DurationUtils.convertToTimeBucketmissed verify date format. - Enhance LAL to support converting LogData to DatabaseSlowStatement.
- [Breaking Change] Change the LAL script format(Add layer property).
- Adapt ElasticSearch 8.1+, migrate from removed APIs to recommended APIs.
- Support monitoring MySQL slow SQLs.
- Support analyzing cache related spans to provide metrics and slow commands for cache services from client side
- Optimize virtual database, fix dynamic config watcher NPE when default value is null
- Remove physical index existing check and keep template existing check only to avoid meaningless
retry waitinno-initmode. - Make sure instance list ordered in TTL processor to avoid TTL timer never runs.
- Support monitoring PostgreSQL slow SQLs.
- [Breaking Change] Support sharding MySQL database instances and tables by Shardingsphere-Proxy.
SQL-Database requires removing tables
log_tag/segment_tag/zipkin_querybefore OAP starts, if bump up from previous releases. - Fix meter functions
avgHistogram,avgHistogramPercentile,avgLabeled,sumHistogramhaving data conflict when downsampling. - Do sorting
readLabeledMetricsValuesresult forcedly in case the storage(database) doesn't return data consistent with the parameter list. - Fix the wrong watch semantics in Kubernetes watchers, which causes heavy traffic to API server in some Kubernetes clusters,
we should use
Get State and Start at Most Recentsemantic instead ofStart at Exactbecause we don't need the changing history events, see https://kubernetes.io/docs/reference/using-api/api-concepts/#semantics-for-watch. - Unify query services and DAOs codes time range condition to
Duration.
UI
- Fix: tab active incorrectly, when click tab space
- Add impala icon for impala JDBC Java agent plugin.
- (Webapp)Bump up snakeyaml to 1.31 for fixing CVE-2022-25857
- [Breaking Change]: migrate from Spring Web to Armeria, now you should use the environment variable
name
SW_OAP_ADDRESSto change the OAP backend service addresses, likeSW_OAP_ADDRESS=localhost:12800,localhost:12801, and use environment variableSW_SERVER_PORTto change the port. Other Spring-related configurations don't take effect anymore. - Polish the endpoint list graph.
- Fix styles for an adaptive height.
- Fix setting up a new time range after clicking the refresh button.
- Enhance the process topology graph to support dragging nodes.
- UI-template: Fix metrics calculation in
general-service/mesh-service/faas-functiontop-list dashboard. - Update MySQL dashboard to visualize collected slow SQLs.
- Add virtual cache dashboard
- Remove
responseCodefields of all OAL sources, as well as examples to avoid user's confusion. - Remove All from the endpoints selector.
- Enhance menu configurations to make it easier to change.
- Update PostgreSQL dashboard to visualize collected slow SQLs.
Documentation
- Add
metadata-uidsetup doc about Kubernetes coordinator in the cluster management. - Add a doc for adding menus to booster UI.
- Move general good read blogs from
Agent IntroductiontoAcademy. - Add re-post for blog
Scaling with Apache SkyWalkingin the academy list. - Add re-post for blog
Diagnose Service Mesh Network Performance with eBPFin the academy list.
All issues and pull requests are here