Search…
v0.23-branch
Introduction
Community
Roadmap
Changelog
Getting started
Quickstart
Concepts
Architecture
Learning by example
Third party integrations
FAQ
Tutorials
Sample use-case tutorials
Validating historical features with Great Expectations
Using Scalable Registry
Building streaming features
How-to Guides
Running Feast with Snowflake/GCP/AWS
Running Feast in production
Upgrading for Feast 0.20+
Customizing Feast
Adding or reusing tests
Reference
Codebase Structure
Data sources
Offline stores
Online stores
Providers
Feature repository
Feature servers
[Beta] Web UI
[Alpha] On demand feature view
[Alpha] Data quality monitoring
Feast CLI reference
Python API reference
Usage
Project
Contribution process
Development guide
Versioning policy
Release process
Feast 0.9 vs Feast 0.10+
Powered By GitBook
Usage

How Feast SDK usage is measured

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 source code is available here.

How to disable usage logging

Set the environment variable FEAST_USAGE to False.
Reference - Previous
Feast CLI reference
Next - Project
Contribution process
Last modified 15d ago
Copy link
Outline
How Feast SDK usage is measured
How to disable usage logging