- Logs, metrics, traces — which first?
- Logs are easiest to add, most familiar. Metrics come next for system health (dashboards). Traces last but most valuable — see requests flow across services.
- What are RED and USE metrics?
- RED for services (Rate, Errors, Duration). USE for resources (Utilization, Saturation, Errors). Both give consistent monitoring frameworks for different layers.
- OpenTelemetry?
- Vendor-neutral SDK for collecting traces, metrics, and logs. Instrument once, ship to any backend (Jaeger, Datadog, Honeycomb). Industry-standard.
- What tools should I pick?
- Start with your cloud provider's free tier (CloudWatch, Cloud Monitoring, Azure Monitor). Move to Datadog/Honeycomb when you need more features or the cloud tools become expensive.