Module trace

Module trace 

Source
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