Platform

Everything you need.
Nothing you don't.

Ten tightly integrated modules. One ClickHouse backend. Zero switching between tools — jump from a log line to the trace to the metric that caused it in one click.

📡
APM & Tracing

Trace every request.

OpenTelemetry-native distributed tracing across every service, every database, every third-party call. See the entire request lifecycle in one view.

Distributed tracingService mapSpan analytics
Learn more
📄
Log Management

Search any log.

BM25 full-text search across all your logs, with fast aggregations from ClickHouse materialized views. Pattern detection, live tail, and automatic correlation with traces — all in one platform.

Full-text searchPattern detectionLive tail
Learn more
📊
Metrics & Infrastructure

Monitor every metric.

Prometheus remote-write compatibility, a PromQL-compatible query engine, and ClickHouse-backed storage built for high-volume time-series.

Prometheus compatiblePromQL engineCardinality control
Learn more
🤖
LLM Insights

Observe every AI call.

OpenLLMetry-compatible AI observability. Track token usage, latency, cost, and agent behavior across every LLM provider with zero code changes.

Token trackingCost attributionModel comparison
Learn more
🛡️
Security

Detect threats before

Turn your existing observability data into a security signal. Anomaly detection, threat correlation, and audit logging — built into the same platform your engineers already use.

Anomaly detectionThreat correlationAudit logging
Learn more
📈
Dashboards

Build any dashboard.

A drag-and-drop builder with nine panel types, template variables, version history, and one-click public snapshots. Visualize logs, metrics, traces, and events side by side — all from one ClickHouse backend.

Drag-and-drop builder9 panel typesTemplate variables
Learn more
🔔
Alerting

Smart alerts.

Threshold, anomaly, burn-rate, absence, and composite rules — routed to Slack, PagerDuty, OpsGenie, Microsoft Teams, email, or webhooks. Silences, alert history, and AI-suggested rules keep your on-call signal high and your pages low.

Threshold & anomalyBurn-rate alertsComposite rules
Learn more
🌐
Synthetic Monitoring

Know it’s down

HTTP, SSL, DNS, and TCP checks with a full latency breakdown — DNS, TLS, TCP connect, and total. Schedule them, define checks as YAML, suppress alerts during maintenance, and watch uptime roll up automatically.

HTTP / SSL / DNS / TCPLatency breakdownUptime rollups
Learn more
🎯
SLOs & Error Budgets

Define reliability.

Availability, latency, error-rate, and custom-query SLOs computed straight from your traces and metrics. Multi-window burn-rate alerts protect the error budget, and AI authors SLOs from plain English or auto-discovers them across your services.

Availability & latency SLOsError budgetsBurn-rate alerts
Learn more
AI Insights

Let AI read

Anomaly detection, Prophet forecasting, natural-language querying, and incident root-cause summaries — applied to your own logs, metrics, and traces. RAG over your runbooks turns past incidents into answers, so you spend less time hunting and more time fixing.

Anomaly detectionProphet forecastingNatural-language query
Learn more
Architecture

One backend. All signals.

Every module writes to the same ClickHouse cluster. That's how you can jump from a log line to the trace to the metric anomaly without copy-pasting IDs or switching tools.

  • Fast aggregations via materialized-view rollups
  • Columnar compression keeps retention affordable
  • Automatic correlation by trace ID and timestamp
  • PromQL-compatible engine built in — no separate Prometheus
// One query, all signals correlated
SELECT *
FROM observability.logs
WHERE trace_id = 'abc123'
-- ClickHouse · columnar scan
SELECT avg(duration_ms)
FROM observability.traces
WHERE service = 'payments'
-- one backend, all signals

See the whole platform in action

Connect your first service in 5 minutes. Free tier, no credit card.