File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,10 @@ Overview
22
22
23
23
In this guide, you can learn how to configure **monitoring** in {+driver-short+}
24
24
by using {+driver-short+}'s callback-based interface. Monitoring is the process of
25
- gathering information about your application's performance and resource usage as it runs.
26
- This can help you make informed decisions when designing and debugging your application.
25
+ gathering information about your application's behavior as it runs.
26
+ This information can help you make informed decisions when designing and debugging your application.
27
+ You can also use information from monitoring events to track your application's performance
28
+ and resource usage.
27
29
28
30
The driver provides information about your application by emitting events. You can
29
31
listen for driver events to monitor your application.
You can’t perform that action at this time.
0 commit comments