Hello,
I am trying helm charts(prometheus operator ) to install Prometheus and Alertmanager. Looking for some recommendations as to what the preferable options are for :
1. Reading alert rules generated from our application in form of a yaml file and loading them to container running Prometheus ?
2. How to reload the alert rules for prometheus in case , the rules yaml file generated by our application sees any modifications.
Any recommendations would be much appreciated ?
Thanks.