Expand description
This module contains information need to view information about how the runtime is performing.
Note: This is an unstable API. The public API of types in this module may break in 1.x releases. See the documentation on unstable features for details.
Re-exportsยง
pub use runtime::RuntimeMetrics;
Modulesยง
- batch ๐
- mock ๐
- This file contains mocks of the types in src/runtime/metrics
- runtime ๐
- schedule_
latency_ ๐mock - A mock implementation of the types in
schedule_latency. These types are zero-sized so that the size of types using them are not increased unless schedule latency tracking is explicitly enabled. - worker ๐