Skip to main content
For host CPU, memory, disk, network, and container resource metrics, use the infrastructure monitoring CLI workflow. This page covers container logs and application OTLP traffic.

Setup with Docker Compose

1. Add the OTel Collector

Add the collector to your docker-compose.yml:

2. Configure the Collector

Create otel-config.yaml:

3. Start

All container logs are now forwarded to Squasher. Error-level entries automatically create error groups with AI triage.

Application Instrumentation

For richer error data (stack traces, user context), also instrument your applications with an OTel SDK. The collector receives spans from your apps on ports 4317/4318 and forwards them to Squasher alongside container logs. See the language-specific guides:

Agent handoff