Skip to main content

Horizontal Scaling

Scale ingestion:
Scale workers:

Autoscaling

Configure HPA:

Database Scaling

Vertical scaling: Increase PostgreSQL resources:
Read replicas: Add PostgreSQL replicas for read queries.

Capacity Planning

Ingestion throughput:
  • 1 pod: ~10K traces/sec
  • 10 pods: ~100K traces/sec
Worker throughput:
  • 1 worker: ~1K traces/sec processing
  • 20 workers: ~20K traces/sec
Storage:
  • 1M traces: ~10GB
  • 10M traces: ~100GB