Skip to content

tokio-metrics v0.2.0

Compare
Choose a tag to compare
@Darksonn Darksonn released this 06 Mar 18:49
· 16 commits to main since this release
d393948

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)