Persist OpenDunes request logs directly into a ClickHouse table for analytics.
Not yet available. This destination is on the roadmap.
ClickHouse is a column-oriented analytical database built for high-throughput inserts and fast aggregation queries. Sending your OpenDunes logs there gives you a fully queryable history of every LLM request — cost by model, token trends over time, latency percentiles, and more.
Each request produces one row containing: request timestamp, model slug, prompt and completion token counts, DA cost in micro-DA, latency in milliseconds, the input messages as JSON, the response content, X-Request-Id, and any custom metadata from the request.
Once available, configure the ClickHouse destination from your dashboard under Broadcast. You will need:
https://abc123.us-east-1.aws.clickhouse.cloud)8443 for HTTPSThe broadcast worker batches inserts to minimise write amplification; you can expect rows to land within a few seconds of the request completing.
Back to Broadcast overview.