Query-Time Indexing
Forget expensive hot indexes. We build ephemeral indexes only when you search. Your logs sleep in cheap S3 storage until you need them.
Query-time indexing. OTLP compatible. S3-backed storage.
10x cheaper than traditional logging platforms.
// Send logs via OTLP
curl -X POST https://api.logging.cheap/v1/logs \
-H "Authorization: Bearer cl_live_YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"resourceLogs":[...]}'
// That's it. No complex setup.
Traditional logging is expensive. We fixed that.
Forget expensive hot indexes. We build ephemeral indexes only when you search. Your logs sleep in cheap S3 storage until you need them.
Standard OpenTelemetry Protocol. Works with your existing logging infrastructure. Drop-in replacement, zero vendor lock-in.
Logs stored as simple NDJSON files in object storage. Pay pennies per GB. Query when you need. Scale infinitely.
Traditional logging: Pay for ingestion, storage, and hot indexes.
logging.cheap: Pay for S3 storage ($0.023/GB) + query compute (only when you search).