You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The doc comment for total_scheduled_count contains this:
/// ##### Definition
/// This metric is equal to [`total_short_delay_duration`][TaskMetrics::total_short_delay_duration]
/// + [`total_long_delay_duration`][TaskMetrics::total_long_delay_duration].
As you can see, the line beginning with a + is interpreted as a bullet point. The way this is displayed implies that total_scheduled_count is equal to total_short_delay_duration, which left me very confused!
The doc comment for
total_scheduled_count
contains this:...which looks fine, until it's rendered as markdown (https://docs.rs/tokio-metrics/0.3.1/tokio_metrics/struct.TaskMetrics.html#definition):
![image](https://private-user-images.githubusercontent.com/9611672/389910156-8a32caad-b5ed-4ec8-8d3e-01d3da22e49f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NDI5MDYsIm5iZiI6MTczODk0MjYwNiwicGF0aCI6Ii85NjExNjcyLzM4OTkxMDE1Ni04YTMyY2FhZC1iNWVkLTRlYzgtOGQzZS0wMWQzZGEyMmU0OWYucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwNyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDdUMTUzNjQ2WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MzkxYTY4ZGU0MmQxY2ZlNjA0YzgwYmQ5NzNkMWQyNzRlMGQ1NmE0MjlhNjllZmZmZWIyZDA5OWNlMjQ4NWM5MyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.sRA70NqfT_kE7ycVH5bXAHeCqJjGmblQ-DYbUdgapKQ)
As you can see, the line beginning with a
+
is interpreted as a bullet point. The way this is displayed implies thattotal_scheduled_count
is equal tototal_short_delay_duration
, which left me very confused!This also affects
total_scheduled_duration
,total_poll_count
andtotal_poll_duration
The text was updated successfully, but these errors were encountered: