Introduction


Quick recap of previous article:

Showed how to use OpenTelemetry & Jaeger (Docker Tutorial) to trace requests in a Spring Boot app.

Focused on tracing to understand where requests spend time.

Motivation for this article:

Tracing is powerful, but observability is not complete without metrics.

Need dashboards & alerts to...