From caa05b92ed150bb4d517a68069a6c8e335c4387e Mon Sep 17 00:00:00 2001 From: Ross Sullivan Date: Sat, 12 Jul 2025 01:18:30 +0900 Subject: [PATCH 1/2] docs(readme): Added reqwest-metrics link --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2acf1f10..29ffcccd 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ As well, there are also some community-maintained exporters and other integratio * [`metrics-dashboard`][metrics-dashboard]: A dashboard for visualizing metrics from `metrics`. * [`actix-web-metrics`][actix-web-metrics]: `metrics` integration for actix-web. * [`metrics-rs-dashboard-actix`][metrics-rs-dashboard-actix]: Alternative dashboard for visualizing metrics from `metrics` +* [`reqwest-metrics`][reqwest-metrics]: `metrics` integration for reqwest. Additionally, here are some learning resource(s) to help you get started: @@ -104,3 +105,4 @@ We'd love to chat about any of the above, or anything else related to metrics. D [discord_invite]: https://discord.gg/tokio [actix-web-metrics]: https://docs.rs/actix-web-metrics [metrics-rs-dashboard-actix]: https://github.com/singerxt/metrics-rs-dashboard-actix +[reqwest-metrics]: https://docs.rs/reqwest-metrics From 6b67a6984073dfb5ab9b8f2c726087bf26b637c6 Mon Sep 17 00:00:00 2001 From: Toby Lawrence Date: Mon, 14 Jul 2025 10:46:05 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 29ffcccd..bce9521a 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ As well, there are also some community-maintained exporters and other integratio * [`metrics-dashboard`][metrics-dashboard]: A dashboard for visualizing metrics from `metrics`. * [`actix-web-metrics`][actix-web-metrics]: `metrics` integration for actix-web. * [`metrics-rs-dashboard-actix`][metrics-rs-dashboard-actix]: Alternative dashboard for visualizing metrics from `metrics` -* [`reqwest-metrics`][reqwest-metrics]: `metrics` integration for reqwest. +* [`reqwest-metrics`][reqwest-metrics]: `metrics` integration for `reqwest`. Additionally, here are some learning resource(s) to help you get started: