All pages
Powered by GitBook
1 of 1

Loading...

Usage

The Feast project logs anonymous usage statistics and errors in order to inform our planning. Several client methods are tracked, beginning in Feast 0.9. Users are assigned a UUID which is sent along with the name of the method, the Feast version, the OS (using sys.platform), and the current time.

The is available here.

Set the environment variable FEAST_USAGE to False.

How Feast SDK usage is measured

How to disable usage logging

source code