telexed ~ c / 2a899aaf-805radar:40 · idea_signalLIVE
← back
NO.
#2a899aaf
Topic
IDEA SIGNALS
Source
Hacker News · MCP Server
Published
2026-05-13 12:14:26
Importance
★ 4/10 — radar 40
`Torrix`, self-hosted LLM observability in one container
FIG-0281:1

`Torrix`, self-hosted LLM observability in one container

Cuts the usual Postgres/Redis stack down to SQLite in a single container. Good wedge for small production agent setups; scale limits are explicit, so the positioning is honest.

[ KEY POINTS ]
  1. Setup is basically docker compose up, with all data stored in a local SQLite file; that removes most self-hosting friction.
  2. Captures tokens, cost, latency, full prompt/response traces, and reasoning tokens via proxy or Python/Node SDKs.
  3. Adds budget caps, cost forecasting, PII masking, evals, prompt versioning, and OpenTelemetry ingestion instead of stopping at logs.
  4. The ceiling is clear: hundreds to low thousands of LLM calls per day, not a high-throughput observability backend.
Originalgithub.com/torrix-ai/installRead original →

// related