From 9ed551540fc0b805aa7a6948d4ab574934e294de Mon Sep 17 00:00:00 2001 From: Michael Morisi Date: Fri, 14 Mar 2025 10:34:04 -0400 Subject: [PATCH 1/2] DOCSP-48325: Monitoring feedback --- source/monitoring.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/monitoring.txt b/source/monitoring.txt index 7e34c857..7616f47a 100644 --- a/source/monitoring.txt +++ b/source/monitoring.txt @@ -22,8 +22,9 @@ 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 can help you make informed decisions when designing and debugging your application, as +well as 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. From cb23bc89ed8419f2b5bbe5006402f737bb4479b8 Mon Sep 17 00:00:00 2001 From: Michael Morisi Date: Fri, 14 Mar 2025 12:26:35 -0400 Subject: [PATCH 2/2] RR feedback --- source/monitoring.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/monitoring.txt b/source/monitoring.txt index 7616f47a..dd9e2c96 100644 --- a/source/monitoring.txt +++ b/source/monitoring.txt @@ -23,8 +23,9 @@ 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 behavior as it runs. -This can help you make informed decisions when designing and debugging your application, as -well as track your application's performance and resource usage. +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.