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

@ -119,7 +119,7 @@ The following environment variables can be configured:
### Telemetry Configuration
- `OTEL_SERVICE_NAME`: OpenTelemetry service name
- `TELEMETRY_SINKS`: Telemetry sinks (default: `console,sqlite`)
- `TELEMETRY_SINKS`: Telemetry sinks (default: `[]`)
## Enabling Providers
@ -216,7 +216,6 @@ The starter distribution uses SQLite for local storage of various components:
- **Files metadata**: `~/.llama/distributions/starter/files_metadata.db`
- **Agents store**: `~/.llama/distributions/starter/agents_store.db`
- **Responses store**: `~/.llama/distributions/starter/responses_store.db`
- **Trace store**: `~/.llama/distributions/starter/trace_store.db`
- **Evaluation store**: `~/.llama/distributions/starter/meta_reference_eval.db`
- **Dataset I/O stores**: Various HuggingFace and local filesystem stores