Skip to content
New issue

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

[alerter]bugfix: support system alert trigger time #144

Merged
merged 1 commit into from
May 22, 2022

Conversation

tomsun28
Copy link
Contributor

feature: support system alert trigger time configuration

application.yml.

alerter:
  # custom console url
  console-url: https://console.tancloud.cn
  # base of alert eval interval time, unit:ms. The next time is 2 times the previous time.
  alert-eval-interval-base: 600000
  # max of alert eval interval time, unit:ms
  max-alert-eval-interval: 86400000
  # system alert(available alert, reachable alert...) trigger times
  system-alert-trigger-times: 1

@tomsun28 tomsun28 added the enhancement New feature or request label May 22, 2022
@tomsun28 tomsun28 linked an issue May 22, 2022 that may be closed by this pull request
@tomsun28 tomsun28 merged commit a78b432 into dev May 22, 2022
@tomsun28 tomsun28 deleted the feature#trigger-time branch September 20, 2022 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

可用性告警阈值设置
1 participant