Refactor backend
This commit is contained in:
parent
fd497c0e23
commit
7027feb8ac
20 changed files with 75 additions and 369 deletions
32
lib/database/mocks/alerting.json
Normal file
32
lib/database/mocks/alerting.json
Normal file
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"silenced": [
|
||||
{
|
||||
"name": "Test1",
|
||||
"class": "TestClass1",
|
||||
"method": "TestMethod1",
|
||||
"regions": ["us"],
|
||||
"alerting": "MyUtcDate"
|
||||
},
|
||||
{
|
||||
"name": "Test2",
|
||||
"class": null,
|
||||
"method": "TestMethod1",
|
||||
"regions": [],
|
||||
"alerting": "MyUtcDate"
|
||||
},
|
||||
{
|
||||
"name": "*",
|
||||
"class": "*",
|
||||
"method": "TestMethod1",
|
||||
"regions": [],
|
||||
"alerting": "MyUtcDate"
|
||||
},
|
||||
{
|
||||
"name": "Test3",
|
||||
"class": "TestClass3",
|
||||
"method": "*",
|
||||
"regions": ["us", "au"],
|
||||
"alerting": "MyUtcDate"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue