-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
904c538
commit d393948
Showing
3 changed files
with
85 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# 0.2.0 (March 6th, 2023) | ||
|
||
### Added | ||
- Add `Debug` implementations. ([#28]) | ||
- rt: add concrete `RuntimeIntervals` iterator type ([#26]) | ||
- rt: add budget_forced_yield_count metric ([#39]) | ||
- rt: add io_driver_ready_count metric ([#40]) | ||
- rt: add steal_operations metric ([#37]) | ||
- task: also instrument streams ([#31]) | ||
|
||
### Documented | ||
- doc: fix count in `TaskMonitor` docstring ([#24]) | ||
- doc: the description of steal_count ([#35]) | ||
|
||
[#24]: https://github.com/tokio-rs/tokio-metrics/pull/24 | ||
[#26]: https://github.com/tokio-rs/tokio-metrics/pull/26 | ||
[#28]: https://github.com/tokio-rs/tokio-metrics/pull/28 | ||
[#31]: https://github.com/tokio-rs/tokio-metrics/pull/31 | ||
[#35]: https://github.com/tokio-rs/tokio-metrics/pull/35 | ||
[#37]: https://github.com/tokio-rs/tokio-metrics/pull/37 | ||
[#39]: https://github.com/tokio-rs/tokio-metrics/pull/39 | ||
[#40]: https://github.com/tokio-rs/tokio-metrics/pull/40 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "tokio-metrics" | ||
version = "0.1.0" | ||
version = "0.2.0" | ||
edition = "2021" | ||
rust-version = "1.56.0" | ||
authors = ["Tokio Contributors <[email protected]>"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters