Expand description
Server interaction tracing for debugging and monitoring Server interaction tracing for debugging and monitoring
This module provides functionality to capture and retrieve server interactions globally across the application. It supports both sync and async modes.
Modules§
- blocking
- Blocking tracing helpers that wrap the synchronous client.
Structs§
- Interaction
- Represents a single interaction with the server
Functions§
- last_
interaction - Gets the last interaction with the server, if any
- record_
request - Records a new request, starting a new interaction
- record_
response - Records a response message for the current interaction