diff --git a/content/roadmaps/101-backend/content/123-scalability/101-instrumentation-monitoring-telemetry.md b/content/roadmaps/101-backend/content/123-scalability/101-instrumentation-monitoring-telemetry.md index 742080177..75e661840 100644 --- a/content/roadmaps/101-backend/content/123-scalability/101-instrumentation-monitoring-telemetry.md +++ b/content/roadmaps/101-backend/content/123-scalability/101-instrumentation-monitoring-telemetry.md @@ -1 +1,12 @@ -# Instrumentation monitoring telemetry \ No newline at end of file +# Instrumentation, Monitoring, and Telemetry + +Instrumentation refers to the measure of a product's performance, in order to diagnose errors and to write trace information. Instrumentation can be of two types: source instrumentation and binary instrumentation. + +Backend monitoring allows the user to view the performance of infrastructure i.e. the components that run a web application. These include the HTTP server, middleware, database, third-party API services, and more. + +Telemetry is the process of continuously collecting data from different components of the application. This data helps engineering teams to troubleshoot issues across services and identify the root causes. In other words, telemetry data powers observability for your distributed applications. + +Free Content +What is Instrumentation? +What is Monitoring? +What is Telemetry?