diff --git a/source/monitoring.txt b/source/monitoring.txt index 7e34c857..dd9e2c96 100644 --- a/source/monitoring.txt +++ b/source/monitoring.txt @@ -22,8 +22,10 @@ Overview In this guide, you can learn how to configure **monitoring** in {+driver-short+} by using {+driver-short+}'s callback-based interface. Monitoring is the process of -gathering information about your application's performance and resource usage as it runs. -This can help you make informed decisions when designing and debugging your application. +gathering information about your application's behavior as it runs. +This information can help you make informed decisions when designing and debugging your application. +You can also use information from monitoring events to track your application's performance +and resource usage. The driver provides information about your application by emitting events. You can listen for driver events to monitor your application.