sysulq / nginx-vts-exporter

Simple server that scrapes Nginx vts stats and exports them via HTTP for Prometheus consumption
https://sysulq.github.io/nginx-vts-exporter/
MIT License
645 stars 142 forks source link

Does it support multiple pod in k8s? #96

Closed Taymindis closed 2 years ago

Taymindis commented 2 years ago

for example, nginx_vts_xxxxx{instance="$instance"} ??

sysulq commented 2 years ago

This should be configured in promethues

Taymindis commented 2 years ago

But it only show me single instance in Prometheus metrics if I replica more than 1 pods,

my issue is exactly same with #55

Taymindis commented 2 years ago

I managed to get it done via using /promethues from vts-module

Thanks