diff options
Diffstat (limited to 'crates/turtle/src/atuin_server/metrics.rs')
| -rw-r--r-- | crates/turtle/src/atuin_server/metrics.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/turtle/src/atuin_server/metrics.rs b/crates/turtle/src/atuin_server/metrics.rs index 7a9dc571..556de6fb 100644 --- a/crates/turtle/src/atuin_server/metrics.rs +++ b/crates/turtle/src/atuin_server/metrics.rs @@ -24,7 +24,7 @@ pub(crate) fn setup_metrics_recorder() -> PrometheusHandle { /// Middleware to record some common HTTP metrics /// Generic over B to allow for arbitrary body types (eg Vec<u8>, Streams, a deserialized thing, etc) -/// Someday tower-http might provide a metrics middleware: https://github.com/tower-rs/tower-http/issues/57 +/// Someday tower-http might provide a metrics middleware: <https://github.com/tower-rs/tower-http/issues/57> pub(crate) async fn track_metrics(req: Request, next: Next) -> impl IntoResponse { let start = Instant::now(); |
