Hey,
I use Prometheus and Alertmanager to send alert email to users. But our system may have lots of users, then Alertmanager has to have corresponding receivers, which leads to a large route tree. So I want to know, when the size of route tree grows, how the efficiency of routing decrease?
Thank you.