-
Notifications
You must be signed in to change notification settings - Fork 145
Description
Hi,
We have 2 nginx instances (with nginx-vts module installed) setup to serve the traffic.
We have setup one nginx-vts-exporter and configured it to scrape the metrics from "/status/format/json" endpoint.
Observation: metrics exposed from "/metrics" endpoint of nginx-vts-exporter doesn't include the information about the nginx instance from which the information was grabbed. Hence we are not able to plot the metrics against the nginx instance say in grafana/prometheus.
Does nginx-vts-exporter support to track metrics from multiple nginx instances? or Do we need to configure it differently to support multiple nginx instances setup?
VTS version: 0.1.14
nginx version: 1.12.0
for single instance of nginx we are getting proper data but for multiple it is causing issues.
Please help us asap!