-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Labels
P1High: Likely tackled by core team if no one steps upHigh: Likely tackled by core team if no one steps upkind/bugA bug in existing code (including security flaws)A bug in existing code (including security flaws)need/triageNeeds initial labeling and prioritizationNeeds initial labeling and prioritization
Description
Background
Someguy proxies provider requests to cid.contact by default.
However, we don't outgoing HTTP requests to the endpoint with any of the metrics. This means that if cid.contact is down, there's no way for us to know about this or alert.
Suggestion
Add a prometheus counter to track the number of requests and the status codes, along the lines of:
delegated_routing_client_request_count{code="200",host="cid.contact",route="/routing/v1/providers"} 100
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P1High: Likely tackled by core team if no one steps upHigh: Likely tackled by core team if no one steps upkind/bugA bug in existing code (including security flaws)A bug in existing code (including security flaws)need/triageNeeds initial labeling and prioritizationNeeds initial labeling and prioritization