Add backend to monitore the app in a desktop app
This commit is contained in:
16
backend/request.json
Normal file
16
backend/request.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"dateRanges": [
|
||||
{
|
||||
"startDate": "2023-01-01",
|
||||
"endDate": "today"
|
||||
}
|
||||
],
|
||||
"metrics": [
|
||||
{
|
||||
"name": "totalUsers"
|
||||
},
|
||||
{
|
||||
"name": "eventCount"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user