настроить Prometheus для обнаружения служб с модулями приложений, работающими в разных пространствах имен
/*With single namespace it's fine to do like this:
prometheus.io/path: "/metrics" //endpoint
prometheus.io/port: "8001" // port
prometheus.io/scrape: "true" //To scrape
but with different namespace not able to configure */