Capture connector connect time
we have a requirement to capture the time it takes for a connector (REST, SOAP) to run.
How can I capture this time? I can capture the system date before and after the connector call and compute the difference, but want to avoid this procedure and instead want to use an existing OTB functionality if available.
Today, when a connector exceeds a threshold value, we see the time in the alert log. How can we capture the connector time every time and store in the data page, irrespective of the threshold value?
Thanks