Files
FastDeploy/docs/usage/usage_stats_collection.md
T
luukunn 93b7675a64 [Feature]Report FD statistical information (#5646)
* add usage commit

* update envs and xpu

* add requirements

* fix quantization value

* add unit test

* add unit test

* fix unit test

* add unit test

* add unit test

* add unit test

* add unit test

* add unit test

* add unit test

* fix FD_USAGE_STATS_SERVER

* fix

* fix

* add doc

* add doc

* add doc

* add doc

* add doc

* fix file name
2026-01-14 17:54:01 +08:00

752 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