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
Currently, the only way to map tokio histogram measurements back to duration is to copy-paste bucket_range to your project and parse histogram params from dbg!(&LogHistogram).
Use case
When exporting tokio metrics to monitoring systems (like Prometheus), we need to know what duration ranges each bucket represents.
The text was updated successfully, but these errors were encountered:
tokio/tokio/src/runtime/metrics/histogram/h2_histogram.rs
Line 82 in bfa8cad
Currently, the only way to map tokio histogram measurements back to duration is to copy-paste bucket_range to your project and parse histogram params from
dbg!(&LogHistogram)
.Use case
When exporting tokio metrics to monitoring systems (like Prometheus), we need to know what duration ranges each bucket represents.
The text was updated successfully, but these errors were encountered: