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
Checked that there is not already provided the described functionality
Description
We are trying to run prom2teams in kubernetes. I go through the code and it seems that restarting prom2teams is the only way to reload the configuration. It is not easy to add new teams/connectors. Like alertmanager and prometheus, they will reload the config file via API calls without restarting the app. If prom2teams have similar feature, it would be great help for using it in kubernetes.
The text was updated successfully, but these errors were encountered:
Prerequisites
Description
We are trying to run
prom2teams
in kubernetes. I go through the code and it seems that restartingprom2teams
is the only way to reload the configuration. It is not easy to add new teams/connectors. Likealertmanager
andprometheus
, they will reload the config file via API calls without restarting the app. Ifprom2teams
have similar feature, it would be great help for using it in kubernetes.The text was updated successfully, but these errors were encountered: