File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,12 @@ Monitoring and Logging
20
20
Overview
21
21
--------
22
22
23
- In this guide, you can learn how to configure **monitoring** in {+driver-short+}
24
- by using {+driver-short+}'s callback-based interface. Monitoring is the process of
23
+ In this guide, you can learn how to configure **monitoring** and **logging** in {+driver-short+}
24
+ by using its callback-based interface. Monitoring is the process of
25
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.
27
-
28
- This guide also covers **logging**, which lets you record information obtained during
29
- monitoring to an external log.
26
+ Logging is the process of recording this information to an external log.
27
+ These mechanisms can help you make informed decisions when designing and debugging
28
+ your application.
30
29
31
30
Event Types
32
31
-----------
You can’t perform that action at this time.
0 commit comments