*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
...
- Daily entry count of last 30 days (sorted by date in descending order)
- Users' cumulative count (sorted by cumulative count in descending order)
- Users added in the last 30 days
Monitoring Job 2: Hourly (Daily)
...
| Target | Data source | Expected Value | Expected (if) & Otherwise | Action (then) | Personnel |
|---|---|---|---|---|---|
| Database | BioHPC: test.sample | Count of entries filtered by:(date_time in last 48 hours) | >= 1 | // Do nothing | |
| == 0 (or timeout) | alert_count + 1 | All | |||
| Backend mobile APIs | mobile test server/api/monitoring | {
"api_env": "test",
"connected_db": "test",
"pipeline": "mobile"
} | Match all keys/values | // Do nothing | |
| else (or timeout) | alert_count + 1 | Chengyong, Vivian | |||
mobile prod server/api/monitoring | {
"api_env": "production",
"connected_db": "production",
"pipeline": "mobile"
} | Match all keys/values | // Do nothing | ||
| else (or timeout) | alert_count + 1 | Chengyong, Vivian | |||
| Backend dashboard APIs | dashboard test server/env | {
"api_env": "TEST",
"connected_db": "TEST",
"pipeline": "dashboard"
} | Match all keys/values | // Do nothing | |
| else (or timeout) | alert_count + 1 | Weihang | |||
dashboard prod server/env | {
"api_env": "PROD",
"connected_db": "PROD",
"pipeline": "dashboard"
} | Match all keys/values | // Do nothing | ||
| else (or timeout) | alert_count + 1 | Weihang | |||
| Frontend dashboard | frontend prod server (Note: There is not test server for frontend dashboard. Developers' local laptop is used as test server.) Source code of any page e.g. /status | In source code, inside{ | Match all keys/values | // Do nothing | |
| else (or timeout) | alert_count + 1 | Emanuele, Audrey |
...