Expand description
tael-server: OTLP ingest, tiered storage, and the REST/gRPC query API.
Shipped as a library so the tael binary can embed it behind tael serve
(a single cargo install), while still being usable as a standalone crate.
run is the entrypoint; ServerConfig configures it.
Structs§
Enums§
- Storage
Backend - Selected storage backend.
TaelBackend(the purpose-built tiered engine) is the default; pass--storage duckdbor setTAEL_STORAGE=duckdbto use the legacy embedded-DuckDB backend instead.
Functions§
- run
- Start the server: OTLP gRPC + REST listeners over the configured storage backend, plus the background maintenance task when running on tael-backend. Runs until one of the listeners exits.