metrics: document Runtime::metrics (#6496)

This commit is contained in:
Kenny 2024-04-19 01:07:55 -07:00 committed by GitHub
parent 5ba12a7145
commit f3bfed30eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -491,7 +491,8 @@ impl std::panic::RefUnwindSafe for Runtime {}
cfg_metrics! {
impl Runtime {
/// TODO
/// Returns a view that lets you get information about how the runtime
/// is performing.
pub fn metrics(&self) -> crate::runtime::RuntimeMetrics {
self.handle.metrics()
}