stdout / stderr logs from your tasks, plus distributed traces when your applications are instrumented with OpenTelemetry.
Recommended method
ADOT — run the OpenTelemetry Collector as a sidecar to send logs, metrics, and traces directly to Bronto over OTLP. It bypasses CloudWatch and gives Lambda, ECS, and EKS workloads consistent resource identity.Alternatives
- ECS FireLens — Fluent Bit sidecar that ships logs from your task; lighter operational footprint than a full collector.
- CloudWatch Log Forwarder — for tasks that already write to CloudWatch Log Groups via the
awslogsdriver.

