Hi @schmidtw
There has been an addition in caduceus to track latency metrics for outbound senders.
Scenario:
Let's suppose we have multiple webhooks getting tracked and only one of them is increasing the latency of the request. If all the webhooks latency metric is getting tracked under the same name that is code = strconv.Itoa(resp.StatusCode), we will not be able to identify the source of the increase in latency of the requests.
cc: @Sachin4403