Observability
Convox provides built-in logging and monitoring capabilities to help you understand what your applications are doing in production.
Logging
Application logs are automatically captured from stdout and stderr of all running processes. State changes, health check results, and system events are also logged. Use convox logs to stream logs from the CLI.
See Logging for details.
Monitoring and Alerting
Convox includes metrics collection, dashboards, and alerting capabilities. You can configure custom panels, PromQL queries, and notification channels (Slack, Discord).
See Monitoring and Alerting for details.
Diagnostics
When a deployment fails, convox deploy-debug inspects the failing Kubernetes pods server-side, collecting pre-healthcheck logs, events, and container state to surface actionable failure hints -- all without requiring kubectl or kubeconfig.
See deploy-debug for details.
Integrations
For advanced observability, Convox integrates with third-party monitoring platforms:
- Datadog for metrics, APM, and log management