Free tier available — no credit card required

All your telemetry.
One platform.

Unified metrics, logs, and traces in a fully managed cloud platform. Built in Rust for speed. OpenTelemetry native. Start free.

OTLP
OpenTelemetry native
4
Query surfaces
3
Signals unified
Cloud
Managed by PackDB

Sending data in 2 minutes

Point your OpenTelemetry collector at PackDB. That's it.

yaml
# otel-collector-config.yaml
exporters:
  otlphttp:
    endpoint: "https://ingest.packdb.io"
    headers:
      Authorization: "Bearer <YOUR_API_KEY>"

service:
  pipelines:
    metrics:
      exporters: [otlphttp]
    logs:
      exporters: [otlphttp]
    traces:
      exporters: [otlphttp]
bash
# Query with PromQL
curl "https://api.packdb.io/api/v1/query?query=rate(http_requests_total[5m])" \
  -H "Authorization: Bearer <YOUR_API_KEY>"

# Or use SQL for cross-signal analytics
curl -X POST "https://api.packdb.io/api/v1/sql" \
  -H "Authorization: Bearer <YOUR_API_KEY>" \
  -d "SELECT service, avg(duration_ms) FROM traces
      WHERE timestamp > now() - interval '1 hour'
      GROUP BY service ORDER BY 2 DESC"

Built for observability teams

Everything you need to monitor, debug, and optimize your services.

Unified Metrics, Logs & Traces

One platform for all telemetry signals. Cross-signal correlation with native SQL joins. No separate systems to manage.

OpenTelemetry Native

Full OTLP support over HTTP and gRPC. Drop-in replacement for your existing OTel collector targets. Zero SDK changes.

Rust + Apache Arrow Performance

Built for sustained ingest, compressed storage, and responsive investigation workflows. No garbage collection pauses.

PromQL + SQL + LogQL

Query metrics with PromQL (70+ functions), logs with LogQL, or use PostgreSQL date_bin() dialect over FlightSQL and REST for cross-signal analytics.

Service Graph & APM

Automatic service dependency mapping from trace data. Visualize request flows and identify bottlenecks across services.

Fully Managed Cloud

No infrastructure to provision or maintain. Automatic scaling, tiered storage, and built-in high availability.

Works with your existing stack

Compatible APIs mean no migration headaches.

OpenTelemetry
Prometheus
Grafana
Jaeger
LogQL
SQL (FlightSQL / REST)

Start observing in minutes

Free tier includes 5 GB/month. No credit card required.