Promptles
DevOps & Deployment

Observability

intermediate

Definition

The ability to look at a running app from the outside and understand what's happening inside it. You can't open up the live system to peek around, so the app leaves a trail of clues, logs, numbers, timing data, that engineers can read when something goes wrong.

In the wild

A shopping site is suddenly slow. Without observability, the team would be guessing in the dark. With it, they can quickly see that the slowdown is coming from one specific step, the search service, and ignore all the other parts that are working fine.

More from DevOps & Deployment