Skip to content

docs(readme): Added reqwest-metrics link #594

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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
Loading