Update quickinstall stats url in README.md (#2216)

Forgot to update and mentioned in #2213

Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
Jiahao XU 2025-06-28 22:19:05 +10:00 committed by GitHub
parent 4cc45676bd
commit 040f37d923
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -160,10 +160,10 @@ Extra pre-built packages with a `.full` suffix are available and contain split d
## Telemetry collection ## Telemetry collection
Some crate installation strategies may collect anonymized usage statistics by default. Some crate installation strategies may collect anonymized usage statistics by default.
Currently, only the name of the crate to be installed, its version, the target platform triple, and the collecting user agent are sent to endpoints under the `https://warehouse-clerk-tmp.vercel.app/api/crate` URL when the `quickinstall` artifact host is used. Currently, only the name of the crate to be installed, its version, the target platform triple, and the collecting user agent are sent to endpoints under the `https://cargo-quickinstall-stats-server.fly.dev/record-install` URL when the `quickinstall` artifact host is used.
The maintainers of the `quickinstall` project use this data to determine which crate versions are most worthwhile to build and host. The maintainers of the `quickinstall` project use this data to determine which crate versions are most worthwhile to build and host.
The aggregated collected telemetry is publicly accessible at <https://warehouse-clerk-tmp.vercel.app/api/stats>. The aggregated collected telemetry is publicly accessible at <https://alsuren.grafana.net/public-dashboards/12d4ec3edf2548a1850a813e00592b53>.
Should you be interested on it, the backend code for these endpoints can be found at <https://github.com/alsuren/warehouse-clerk-tmp/tree/master/pages/api>. Should you be interested on it, the backend code for these endpoints can be found at <https://github.com/cargo-bins/cargo-quickinstall/tree/main/stats-server>.
If you prefer not to participate in this data collection, you can opt out by any of the following methods: If you prefer not to participate in this data collection, you can opt out by any of the following methods: