Finding performance problems: profiling or logging?
When your software is too slow in production, how can you figure out the source of the problem? One common starting point to improving production observability is logging, and ideally trace-based logging (tracing for short). For example, the OpenTelemetry standard and the libraries and backend services that work with it can help you collect metrics, logs, and traces. Tracing—both within and across processes—is the most general of these, immensely useful for identifying and debugging problems, including performance problems. But there’s […]
Read more