https://github.com/tikv/minitrace-rust
Extremely fast tracing library for Rust
https://github.com/tikv/minitrace-rust
datadog jaeger opentelemetry opentracing rust tracing
Last synced: 9 months ago
JSON representation
Extremely fast tracing library for Rust
- Host: GitHub
- URL: https://github.com/tikv/minitrace-rust
- Owner: tikv
- License: apache-2.0
- Created: 2020-05-28T03:17:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-23T07:01:14.000Z (over 1 year ago)
- Last Synced: 2025-04-03T02:59:48.229Z (10 months ago)
- Topics: datadog, jaeger, opentelemetry, opentracing, rust, tracing
- Language: Rust
- Homepage: https://github.com/fast/fastrace
- Size: 2.15 MB
- Stars: 742
- Watchers: 15
- Forks: 49
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

# minitrace has become [fastrace](https://github.com/fastracelabs/fastrace)!
We decide to continue the development of minitrace under a new organization structure for better community governance.
[fastrace](https://github.com/fastracelabs/fastrace) is maintained by the same maintainers of minitrace, so that we encourage all users to just migrate.
Meanwhile, minitrace will not be maintained any more. See https://github.com/tikv/minitrace-rust/issues/229 for details.
## Migrate to fastrace
Simply substitute the occurance of `minitrace` with `fastrace` in your source code, like:
```diff
# Cargo.toml
[dependencies]
- minitrace = "0.6"
+ fastrace = "0.6"
```