-
Type: Improvement
-
Resolution: Won't Fix
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
mongoc needs to be able to provide a way to get more details of what it is doing behind the scene.
All drivers do for example topology discovery.
The PHP driver would like to know the results of that discovery.
Same applies when an action is taken on a socket, we'd like to know
why and what for, along with the protocol arguments.
For example, when an command is executed we would like to be notified
that a query is being issued for that namespace, to server X, which is
primary/secondary.
- duplicates
-
CDRIVER-393 add client observer vtable for monitoring cluster status
- Closed
- is depended on by
-
PHPC-24 Implement server discovery and monitoring (SDAM) specification
- Released
-
PHPC-77 Support creation of Server objects based on active connections
- Closed
-
PHPLIB-30 Implement MongoLog functionality
- Closed
-
PHPLIB-38 Support stream context logging in MongoClient
- Closed
- related to
-
CDRIVER-769 APM Internal API
- Closed
- links to