Skip to content

DOCSP-48325: Monitoring feedback #223

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 14, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions source/monitoring.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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 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.
Expand Down
Loading