Quarkus Observability Cheat Sheet cover

Quarkus & Observability Cheat Sheet

Alex Soto Bueno

Tags:

English

About

Observability is the ability to watch the state of a system/application based on external outputs. These are the four important concepts to have observability correctly implemented:

  • Monitoring/Metrics (Prometheus)
  • Visualization (Graphana)
  • Distributed tracing (Jaeger)
  • Log aggregation (Sentry, GELF)

In this cheat sheet, Alex Soto Bueno covers the integrations you can find in the form of extensions for Quarkus to implement observability.

Related Cheat sheets