Closed JoeHooo closed 5 years ago
Each pod maintains it's own metrics. You shouldn't be reading metrics for Kong via a load balancer, as each request will be routed to a different pod.
You want to use Prometheus to aggregate this data and then consume it via Prometheus.
Kong is deployed on kubernetes with three pods enabled Kong on every pod scrapes data, But the actual Metrics are the sum of the three pods, Every visit to http://{kong-proxy}:9542/metrics is a random pod Metrics