Describe the bug
nginxplus_location_zone_* metrics are missing in the exported metrics calling http://localhost:9113/metrics
To reproduce
Steps to reproduce the behavior:
- Start nginx plus instance and Expose the built-in metrics in NGINX Plus:
For NGINX Plus, expose the API at /api on port 8080.
- curl metrics endpoint and see all metrics (http://localhost:9113/metrics) - no nginxplus_location_zone_* are available
Expected behavior
nginxplus_location_zone_* should be available
Your environment