fix: opt-in model

This commit is contained in:
NanoCode012
2025-10-27 15:22:46 +07:00
parent 107c67ae5a
commit 7fd4edd5a9
2 changed files with 18 additions and 21 deletions

View File

@@ -1,6 +1,6 @@
---
title: Telemetry
description: A description of the opt-in telemetry implementation in Axolotl.
description: A description of the telemetry implementation in Axolotl.
---
# Telemetry in Axolotl
@@ -39,16 +39,15 @@ runtime metrics telemetry.
The telemetry system will block training startup for 15 seconds to ensure users are
aware of data collection, unless telemetry is explicitly enabled or disabled.
## Opt-In Mechanism
## Opt-Out Mechanism
Telemetry is **disabled by default** on an opt-in basis. To enable it, set `AXOLOTL_DO_NOT_TRACK=0`.
Telemetry is **enabled by default** on an opt-out basis. To disable it, set
`AXOLOTL_DO_NOT_TRACK=1` or `DO_NOT_TRACK=1`.
To remove the warning message about telemetry that is displayed on train, etc. startup,
explicitly set: `AXOLOTL_DO_NOT_TRACK=0` (enable telemetry) or `AXOLOTL_DO_NOT_TRACK=1`
(explicitly disable telemetry).
**Note**: Telemetry will move to an opt-out model in a later release.
## Privacy
- All path-like config information is automatically redacted from telemetry data