You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: