https://github.com/vorner/tracing-dipstick
(Experimental) bridge from tracing to dipstick, extracting metrics
https://github.com/vorner/tracing-dipstick
Last synced: 8 months ago
JSON representation
(Experimental) bridge from tracing to dipstick, extracting metrics
- Host: GitHub
- URL: https://github.com/vorner/tracing-dipstick
- Owner: vorner
- Created: 2021-04-05T11:01:34.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-10-21T18:48:39.000Z (over 3 years ago)
- Last Synced: 2025-01-31T12:11:10.552Z (over 1 year ago)
- Language: Rust
- Size: 27.3 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Adaptive barrier
[](https://github.com/vorner/tracing-dipstick/actions)
[](https://codecov.io/gh/vorner/tracing-dipstick)
[](https://docs.rs/tracing-dipstick)
A Barrier synchronization primitive, similar to `std::sync::Barrier`, but one
that adjusts the expected number of threads. This makes it robust in face of
panics (it won't make your program deadlock, like the standard `Barrier`).
## License
Licensed under either of
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally
submitted for inclusion in the work by you, as defined in the Apache-2.0
license, shall be dual licensed as above, without any additional terms
or conditions.