Critical alerts open
Mobile Apps
Projects tagged
mobile/ios/android/pos 路 endpoint health + push metricsTPA_POS
tpa_posEndpoints
1
Healthy
1 / 1
Last ping
2:15:13 AM
main82ms
馃摜 Push mobile metrics snippet (e.g. from a TPA POS tablet)
curl -X POST https://monitoring.3-techs.com/api/metrics \
-H "Authorization: Bearer $DASHBOARD_AUTH_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"project": "tpa_pos",
"metrics": [
{ "key": "mobile.active_devices", "value": 37 },
{ "key": "mobile.sync_errors_24h", "value": 0 },
{ "key": "mobile.crash_free_pct", "value": 99.6, "unit": "%" },
{ "key": "mobile.build_version", "text": "1.8.2" }
]
}'