Skip to main content

Crate tael_server

Crate tael_server 

Source
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§

ServerConfig

Enums§

StorageBackend
Selected storage backend. TaelBackend (the purpose-built tiered engine) is the default; pass --storage duckdb or set TAEL_STORAGE=duckdb to 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.