Files
FastDeploy/docs/usage/usage_stats_collection.md
T
luukunn 56e22a7ddc [Docs]fix doc (#6119)
* fix doc

* fix doc
2026-01-20 19:46:05 +08:00

766 B
Raw Blame History

简体中文

usage collection

Fastdeploy collects anonymous usage data by default to help the engineering team understand common hardware and model configurations, thereby prioritizing optimizations for frequently used configurations. All data collected is transparent and contains no sensitive information.

Data Collected

The data inventory collected by the latest version of Fastdeploy can be found hereusage_lib.py
You can preview the collected data by running the following command
tail ~/.config/fastdeploy/usage_stats.json

Opting Out

You can opt out of usage collection by setting the DO_NOT_TRACK environment variable
export DO_NOT_TRACK=1