the load balancing stuff is handled in LUA. This means there is no upstream section in the generated nginx.conf, there is only one used to switch to LUA. In this scenario, the VTS module is useless because the stats only contains information about this upstream without any context about the traffic.
Additionally to this, using the VTS module is not possible to add custom variables to the stats, like information about the namespace, ingress rule, and service (something available as NGINX variable).
https://github.com/kubernetes/ingress-nginx/pull/2608#issuecomment-396924024
Кто-то может подельться примерами посмотреть, как на lua обходиться без vts модуля? Метрики нужны
Вообще, подло ребята поступили, если не сделали аналог. Они сделали?
Я собираю метрики без VTS модуля Вот так: https://github.com/kofonfor/ansible-role-nginx/blob/master/templates/nginx/nginx-debian.conf#L60-L93
Обсуждают сегодня