Add backend to monitore the app in a desktop app

This commit is contained in:
Van Leemput Dayron
2025-12-30 15:37:10 +01:00
parent 63fc18ea74
commit 3036eec3af
56 changed files with 6560 additions and 5 deletions

16
backend/request.json Normal file
View File

@@ -0,0 +1,16 @@
{
"dateRanges": [
{
"startDate": "2023-01-01",
"endDate": "today"
}
],
"metrics": [
{
"name": "totalUsers"
},
{
"name": "eventCount"
}
]
}