We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prometheus plugin allows to use day unit for setting silence duration, but it's useful to use other units like minutes, hours, and so on.
Replace ALERTMANAGER_SILENCE_DAYS with ALERTMANAGER_SILENCE_PERIOD that can be one of the units ['1s','1m','1h','1d','1w']
The text was updated successfully, but these errors were encountered:
My version of how it can be done here master...veter2005:alerta-contrib:issues_400
Sorry, something went wrong.
if it were me I would keep backwards compatibility, so that if you dont do any day unit, it assumes that its days..
No branches or pull requests
Prometheus plugin allows to use day unit for setting silence duration, but it's useful to use other units like minutes, hours, and so on.
Replace ALERTMANAGER_SILENCE_DAYS with ALERTMANAGER_SILENCE_PERIOD that can be one of the units ['1s','1m','1h','1d','1w']
The text was updated successfully, but these errors were encountered: