Compare languages | Модуль flow-schema: FAQ

Как проверить состояние priority level’ов?

How to check priority levels state?

Выполните:

Execute:

shell kubectl get –raw /debug/api_priority_and_fairness/dump_priority_levels

shell kubectl get –raw /debug/api_priority_and_fairness/dump_priority_levels

Как проверить состояние очередей priority level’ов?

How to check detailed info about priority level queues?

Выполните:

Execute:

shell kubectl get –raw /debug/api_priority_and_fairness/dump_queues

shell kubectl get –raw /debug/api_priority_and_fairness/dump_queues

Полезные метрики

Useful metrics

  • apiserver_flowcontrol_rejected_requests_total — общее число отброшенных запросов.
  • apiserver_flowcontrol_dispatched_requests_total — общее число обработанных запросов.
  • apiserver_flowcontrol_current_inqueue_requests — количество запросов в очередях.
  • apiserver_flowcontrol_current_executing_requests — количество запросов в обработке.
  • apiserver_flowcontrol_rejected_requests_total — the number of rejected requests.
  • apiserver_flowcontrol_dispatched_requests_total — the number of requests already been handled.
  • apiserver_flowcontrol_current_inqueue_requests — the number of pending requests in the queue.
  • apiserver_flowcontrol_current_executing_requests — the number of requests in processing.