Production monitoring

Overview

Production monitoring is the watching side of Coldtea's lifecycle. It reads a repository and the production signals you connect, then focuses on two things: catching regressions in production, and improving the codebase as it goes.

Signals are optional but they sharpen it

Even though the monitoring agents continually help improve your codebase, sharpening its output by correlating production signals e.g., errors, logs, user feedback makes it sharper.

Reading these signals needs connected providers. Without any, production monitoring still files work from the code alone, but it cannot see production errors, usage, or deploy state.

If you want production in the picture, connect signals first.

Where to go next

On this page