Hi all,
Apache SkyWalking Team is glad to announce the first release of Apache
SkyWalking 11.0.0.
SkyWalking: APM (application performance monitor) tool for distributed systems,
especially designed for microservices, cloud native and
container-based architectures.
This release contains a number of new features, bug fixes and
improvements compared to
version 10.4.0(last release). The notable changes since 11.0.0 include:
(Highlight key changes)
1. **Breaking change**: the OAP no longer ships a bundled web UI.
`apm-webapp` and the
`skywalking-booster-ui` submodule are removed, along with the
`skywalking/ui` Docker
image, the dashboard seed templates, and the UI-related GraphQL
mutations. The official
UI is now Horizon UI
(https://github.com/apache/skywalking-horizon-ui), a SkyWalking
sub-project that releases independently of the OAP backend, with
images on Docker Hub
at apache/skywalking-ui.
2. New `admin-server` module: a dedicated host for operator-facing
APIs, on HTTP port
17128 plus an admin-internal gRPC bus on 17129. Status, inspect,
UI management, DSL
debugging and runtime rules all mount on it and default to
enabled. It has no built-in
authentication and must be gateway-protected.
3. Runtime rule hot-update for MAL and LAL: ship metric and log rule
changes without
restarting the OAP. Rules persist to the storage backend, the
cluster converges within
~30 seconds, and hot-updates survive restart.
4. Live debugger for MAL / LAL / OAL (SWIP-13): a sample-based
runtime debugger that
captures per-stage inputs and outputs as the three DSLs process
live ingest.
5. TLS for all OAP HTTP/REST servers, with certificate hot-reload.
6. New monitoring targets: iOS/iPadOS apps (SWIP-11), Apache Airflow
(SWIP-7), WeChat and
Alipay Mini Programs (SWIP-12), Node.js and PHP runtime metrics,
MCP observability for
Envoy AI Gateway, and a rebuilt BanyanDB self-observability model
(SWIP-15).
7. New `queryAlarms` GraphQL query with entity, layer and rule-name
filters, and support
for Elasticsearch 9.x as storage.
Please refer to the change log for the complete list of changes:
https://skywalking.apache.org/docs/main/v11.0.0/en/changes/changes/
Apache SkyWalking website:
http://skywalking.apache.org/
Downloads:
https://skywalking.apache.org/downloads/#SkyWalkingAPM
Twitter:
https://twitter.com/ASFSkyWalking
SkyWalking Resources:
- GitHub: https://github.com/apache/skywalking
- Issue: https://github.com/apache/skywalking/issues
- Mailing list: [email protected]
- Apache SkyWalking Team
—————————
Kai Wan
GitHub @wankai123