You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@skywalking.apache.org by jmjoy <jm...@apache.org> on 2023/03/11 09:40:39 UTC

[ANNOUNCE] Apache SkyWalking Rust 0.6.0 released

Hi all,

SkyWalking Rust Agent provides observability capability for Rust App and
Library, including tracing, metrics, topology map for distributed system
and alert.

SkyWalking: APM (application performance monitor) tool for distributed
systems,
especially designed for microservices, cloud native and container-based
(Docker, Kubernetes, Mesos) architectures.

This release contains a number of new features, bug fixes and improvements
compared to
version 0.5.0. The notable changes since 0.6.0 include:

1. Refactor span object api to make it more friendly.
2. Refactor management report and keep alive api.
3. Use stream and completed for a bulk to collect for grpc reporter.

Apache SkyWalking website:
http://skywalking.apache.org/

Downloads:
http://skywalking.apache.org/downloads/

Twitter:
https://twitter.com/ASFSkyWalking

SkyWalking Resources:
- GitHub: https://github.com/apache/skywalking
- Issue: https://github.com/apache/skywalking/issues
- Mailing list: dev@skywalkiing.apache.org


- Apache SkyWalking Team