Commercial SaaS
Datadog, New Relic, Splunk. Three signals are correlated, but the bill grows linearly. Mid-size teams pay $2k–10k/mo for 100 GB/day. Cut ingest and you lose visibility.
The three observability paths, and why we built a fourth.
Datadog, New Relic, Splunk. Three signals are correlated, but the bill grows linearly. Mid-size teams pay $2k–10k/mo for 100 GB/day. Cut ingest and you lose visibility.
Loki + Mimir + Tempo + Grafana. Free, but logs / metrics / traces live in three stores with three query languages. The trace ↔ log ↔ host metric jump is manual.
One storage layer (Parquet on object store), one query engine (DataFusion + Arrow), one metadata layer (Postgres). Three signals correlated at the data plane. Self-hosted.
Every claim is testable. Spin up the sandbox, ingest your own data, and reproduce.
Whether logs, metrics, traces share one storage layer.
Jump from a trace to its logs to the host metric — without copy/paste.
Pick your real-world ingest volume and retention. We compute Datadog at public pricing and molesignal as S3 + a small compute baseline.
Order-of-magnitude estimates based on Datadog's public list pricing as of June 2026. Datadog: logs ingest + 15-day indexed events (assuming all ingested logs are indexed — an upper bound) + APM spans, with a retention multiplier. molesignal: S3 Standard storage + baseline Postgres + compute scaling per 100 GB/day. Your mileage will vary with redundancy, region, commit discounts, and workload shape. Source: Datadog public pricing.
SRE jumps three tabs to stitch a trace_id across logs, metrics, and traces. molesignal makes that one query.
CFO wants observability spend down. SaaS forces you to drop ingest; molesignal lets you keep visibility, change the cloud bill.
Self-built scales operationally as fast as it scales data. molesignal is one set of components on Parquet + object storage.
Planner-level org-rewrite means you don't deploy per-team. One process, many tenants, AI-grade isolation.
Prometheus eval-interval ≥ scrape-interval. With kind: realtime alerts, molesignal pages under a second.
We're a telemetry platform — not APM auto-instrumentation, not browser RUM, not a SaaS in v1, and not magical.