Back to Developer Roadmap

Instrumentation

src/data/roadmaps/system-design/content/[email protected]

4.0900 B
Original Source

Instrumentation

Instrumentation is a critical part of the monitoring process. You can make meaningful decisions about the performance and health of a system only if you first capture the data that enables you to make these decisions. The information that you gather by using instrumentation should be sufficient to enable you to assess performance, diagnose problems, and make decisions without requiring you to sign in to a remote production server to perform tracing (and debugging) manually. Instrumentation data typically comprises metrics and information that's written to trace logs.

Visit the following resources to learn more: