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

modify alert expression and add condition #2739

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
631643e
alert expression
Counterflowwind Oct 27, 2021
d8f8b3e
condition
Counterflowwind Oct 27, 2021
9b22fcd
Merge remote-tracking branch 'upstream/master' into expression_and_co…
Counterflowwind Oct 27, 2021
5ba7c85
condition
Counterflowwind Oct 27, 2021
af7a56c
cmp proto
Counterflowwind Oct 27, 2021
d68926c
change time berfore 5
Counterflowwind Oct 27, 2021
254fae1
manage triggercondition
Counterflowwind Oct 27, 2021
9d1fdcf
add conditions in attributes
Counterflowwind Oct 29, 2021
c469d1c
Merge remote-tracking branch 'upstream/master' into expression_and_co…
Counterflowwind Oct 29, 2021
882473e
add oparator filter all
Counterflowwind Oct 29, 2021
beafa44
delete groupLevel judge
Counterflowwind Oct 29, 2021
803d3c2
add cmp openapi
Counterflowwind Oct 29, 2021
14259be
delete cmp proto openapi
Counterflowwind Oct 29, 2021
8dc321e
add alert in cmp.yaml
Counterflowwind Oct 29, 2021
b54f28e
trigger condition add attribute
Counterflowwind Nov 1, 2021
7b61f6d
compatible with old appIds
Counterflowwind Nov 1, 2021
92402f6
Merge remote-tracking branch 'upstream/master' into expression_and_co…
Counterflowwind Nov 1, 2021
01e7598
fix the bug update alert
Counterflowwind Nov 1, 2021
d62ba9d
fix the bug update alert
Counterflowwind Nov 1, 2021
18b76ad
openapi cmp checklogin
Counterflowwind Nov 1, 2021
8d4a2a1
dop modify get triggercondition
Counterflowwind Nov 1, 2021
06677c3
delete cluster_name check permission
Counterflowwind Nov 1, 2021
5c4ad1e
Merge remote-tracking branch 'upstream/master' into expression_and_co…
Counterflowwind Nov 1, 2021
c776996
condition and alert
Counterflowwind Nov 1, 2021
7fa9b5a
add sql
Counterflowwind Nov 1, 2021
10e1933
Merge remote-tracking branch 'upstream/master' into expression_and_co…
Counterflowwind Nov 1, 2021
59cef90
modify conditions
Counterflowwind Nov 1, 2021
4355677
Merge remote-tracking branch 'upstream/master' into expression_and_co…
Counterflowwind Nov 1, 2021
475955b
modify test
Counterflowwind Nov 1, 2021
d2cd603
modify test
Counterflowwind Nov 1, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
845 changes: 845 additions & 0 deletions .erda/migrations/monitor/20211101-sp_alert_notify_template.sql

Large diffs are not rendered by default.

66 changes: 66 additions & 0 deletions .erda/migrations/monitor/20211101-sp_alert_rules.sql

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions api/proto-go/all.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

46 changes: 46 additions & 0 deletions api/proto-go/cmp/alert/client/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

93 changes: 93 additions & 0 deletions api/proto-go/cmp/alert/client/provider.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

71 changes: 71 additions & 0 deletions api/proto-go/cmp/alert/pb/cmp_alert.form.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

124 changes: 124 additions & 0 deletions api/proto-go/cmp/alert/pb/cmp_alert.http.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading