chore!: BREAKING CHANGE: remove sqlite from telemetry config (#3808)

# What does this PR do?
- Removed sqlite sink from telemetry config.
- Removed related code
- Updated doc related to telemetry

## Test Plan
CI
This commit is contained in:
ehhuang 2025-10-15 14:24:45 -07:00 committed by GitHub
parent 0a96a7faa5
commit 6ba9db3929
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 26 additions and 1026 deletions

View file

@ -159,8 +159,7 @@ providers:
provider_type: inline::meta-reference
config:
service_name: "${env.OTEL_SERVICE_NAME:=\u200B}"
sinks: ${env.TELEMETRY_SINKS:=sqlite}
sqlite_db_path: ${env.SQLITE_STORE_DIR:=~/.llama/distributions/starter-gpu}/trace_store.db
sinks: ${env.TELEMETRY_SINKS:=}
otel_exporter_otlp_endpoint: ${env.OTEL_EXPORTER_OTLP_ENDPOINT:=}
post_training:
- provider_id: huggingface-gpu