Мониторинг
В этом разделе перечислены метрики, по которым можно сделать вывод, корректно ли работает система.
Системные метрики
Внутренние метрики
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'"docker exec -i oz-api-rabbitmq rabbitmqctl list_queues | egrep -i '^tfss\s' | awk '{ print $2 }'Last updated
Was this helpful?

