Install in 60 seconds. Get logs, metrics, distributed traces, and session replays with zero-code auto-instrumentation.
$ heroku addons:create qorrelate:starter
Three steps to full observability
Run one command to add Qorrelate to your Heroku app
$ heroku addons:create qorrelate
Zero-code instrumentation for Python, Node.js, Ruby, Java, Go
$ qorrelate inject
Access your observability dashboard instantly
$ heroku addons:open qorrelate
Full-stack observability in one platform
All your Heroku logs with powerful search and filtering
Application and infrastructure metrics with custom dashboards
Distributed tracing to track requests across services
See exactly what your users experienced
$ heroku addons:create qorrelate:starter --app your-app-name
This automatically adds QORRELATE_API_KEY and QORRELATE_ENDPOINT to your app's config vars.
$ pip install opentelemetry-distro opentelemetry-exporter-otlp
$ opentelemetry-bootstrap -a install
Update your Procfile:
web: opentelemetry-instrument python app.py
$ npm install @opentelemetry/auto-instrumentations-node
Set the environment variable:
$ heroku config:set NODE_OPTIONS="--require @opentelemetry/auto-instrumentations-node/register"
Add to your Gemfile:
gem 'opentelemetry-sdk'
gem 'opentelemetry-exporter-otlp'
gem 'opentelemetry-instrumentation-all'
$ git push heroku main
$ heroku addons:open qorrelate
Your observability dashboard opens automatically. Start exploring your app's telemetry!
Start free, scale as you grow