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 2022/08/31 09:42:35 UTC

[ANNOUNCE] Apache SkyWalking Rust 0.4.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.3.0. The notable changes since 0.4.0 include:

1. Move skywalking_proto mod to single files.
2. Add serde support for protobuf generated struct.
3. Add logging apis.
4. Add metrics apis.

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


The Apache SkyWalking Team