Tracing
For deeper application-level observability, we recommend enabling OpenTelemetry (OTEL) tracing. This provides visibility into web requests, background job execution, database queries, external API calls, and more — going beyond infrastructure metrics to help you diagnose performance bottlenecks.
At a minimum, set OTEL_ENABLED=true on your tines-app and tines-sidekiq containers and point OTEL_EXPORTER_OTLP_ENDPOINT at your collector. Enabling OTEL_AUTO_INSTRUMENTATION=true captures a broad set of spans with no additional code changes.
See OpenTelemetry Traces configuration for full setup details and collector filter recommendations.