Monitoring
Here you will find a checklist of metrics you need to use to monitor the behavior of Oz system.
System Metrics
Oz Internal Metrics
curl -s -d '{"inputs": {"images_bytes": [{"b64": ""}]}}' -X POST http://localhost:8501/v1/models/inquisitor:predict | grep -c assertiondocker exec -i --user postgres oz-api-pg psql -X -A -t -d gateway -c "select percentile_disc(0.9) within group(order by date_part('epoch', time_updated-time_created)) from gw_analyse_abstract where time_updated > current_timestamp - interval '10 minutes'"Last updated
Was this helpful?
