Thanks to T356877: Increase visibility of kubernetes network status I realized that we probably should keep an eye on the prefixes that we reject internally.
On a case by case basis we should then edit the outbound filters, so we never need to reject a prefix on the inbound side.
That way we could have a generic Netops alert to trigger when we start rejecting prefixes.
If that alert triggers too much because of services on the various hosts, we could then offload that alert to service owners.
For example with https://grafana.wikimedia.org/goto/dfj5c1kceij9cc?orgId=1
gnmi_bgp_neighbor_prefixes_rejected{peer_group!~"(IX|Private-Peer|Transit)[4|6]"} > 0
or
gnmi_bgp_neighbor_prefixes_received_pre_policy{peer_group!~"(IX|Private-Peer|Transit)[4|6]"} - gnmi_bgp_neighbor_prefixes_received{peer_group!~"(IX|Private-Peer|Transit)[4|6]"} > 0