To help identify performance bottlenecks, such as the one identified with /create_account_atomic when deployed, more tracing features have been added. We can now see the time taken for each request to send a response:
[x] add tracing #[instrument] attribute to each endpoint function and process_signed_delegate_action which enables the request latency in the tracing logs
To help identify performance bottlenecks, such as the one identified with
/create_account_atomic
when deployed, more tracing features have been added. We can now see the time taken for each request to send a response:#[instrument]
attribute to each endpoint function andprocess_signed_delegate_action
which enables the request latency in the tracing logs