Heroku Add-on

Full-Stack Observability
for Your Heroku Apps

Install in 60 seconds. Get logs, metrics, distributed traces, and session replays with zero-code auto-instrumentation.

$ heroku addons:create qorrelate:starter

How It Works

Three steps to full observability

1

Install Add-on

Run one command to add Qorrelate to your Heroku app

$ heroku addons:create qorrelate
2

Auto-Instrument

Zero-code instrumentation for Python, Node.js, Ruby, Java, Go

$ qorrelate inject
3

View Dashboard

Access your observability dashboard instantly

$ heroku addons:open qorrelate

Everything You Need

Full-stack observability in one platform

Logs

All your Heroku logs with powerful search and filtering

Metrics

Application and infrastructure metrics with custom dashboards

Traces

Distributed tracing to track requests across services

Session Replay

See exactly what your users experienced

Getting Started

1. Install the Add-on

$ heroku addons:create qorrelate:starter --app your-app-name

This automatically adds QORRELATE_API_KEY and QORRELATE_ENDPOINT to your app's config vars.

2. Add Auto-Instrumentation

For Python (Flask, Django, FastAPI)

$ pip install opentelemetry-distro opentelemetry-exporter-otlp
$ opentelemetry-bootstrap -a install

Update your Procfile:

web: opentelemetry-instrument python app.py

For Node.js (Express, NestJS, Next.js)

$ npm install @opentelemetry/auto-instrumentations-node

Set the environment variable:

$ heroku config:set NODE_OPTIONS="--require @opentelemetry/auto-instrumentations-node/register"

For Ruby (Rails, Sinatra)

Add to your Gemfile:

gem 'opentelemetry-sdk'
gem 'opentelemetry-exporter-otlp'
gem 'opentelemetry-instrumentation-all'

3. Deploy and View

$ git push heroku main
$ heroku addons:open qorrelate

Your observability dashboard opens automatically. Start exploring your app's telemetry!

Simple, Predictable Pricing

Start free, scale as you grow

Free

$0/mo

  • ✓ 1 GB logs
  • ✓ 10K traces
  • ✓ 7 day retention
Get Started
Popular

Starter

$29/mo

  • ✓ 10 GB logs
  • ✓ 100K traces
  • ✓ 30 day retention
Get Started

Professional

$99/mo

  • ✓ 50 GB logs
  • ✓ 1M traces
  • ✓ 90 day retention
Get Started

Enterprise

$299/mo

  • ✓ 500 GB logs
  • ✓ 10M traces
  • ✓ 365 day retention
Get Started

Ready to Get Started?

Install Qorrelate on your Heroku app in 60 seconds

Install on Heroku