feat(notification): error monitoring
if there are more than 10 errors in a 15min window sends email to alert someone
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
meta {
|
||||
name: Error logging
|
||||
type: http
|
||||
seq: 4
|
||||
}
|
||||
|
||||
get {
|
||||
url: {{urlv2}}/api/notify/materialperday
|
||||
body: none
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
settings {
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
vars {
|
||||
url: https://uslim1prod.alpla.net
|
||||
session_cookie:
|
||||
urlv2: http://usbow1vms006:3000
|
||||
urlv2: http://localhost:3000
|
||||
jwtV2:
|
||||
userID:
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user