huongtq-dm opened a new issue, #890:
URL: https://github.com/apache/apisix-helm-chart/issues/890

   I had enabled the Prometheus configuration in the apisix helm chart as 
below. 
   
   
   ```
   apisix:
     plugins:
       - node-status
       - public-api
       - prometheus
     prometheus:
       enabled: true
   ```
   
   Port 9091 is up, and I can query the metrics from there. But I realize that 
the apisix_node_info just shows only 1 single node instead of 2 as I'm having 
them in my cluster ( 2 Apisix nodes wth 1 Ingress controller )
   
   And I don't see the Latency and Bandwidth metrics. Is there any step that 
I'm missing here? Thanks for your help
   
   This is my metrics
   
   ```
   apisix_etcd_modify_indexes{key="consumers"} 0
   apisix_etcd_modify_indexes{key="global_rules"} 26578360
   apisix_etcd_modify_indexes{key="max_modify_index"} 26579366
   apisix_etcd_modify_indexes{key="prev_index"} 26579393
   apisix_etcd_modify_indexes{key="protos"} 0
   apisix_etcd_modify_indexes{key="routes"} 26579366
   apisix_etcd_modify_indexes{key="services"} 0
   apisix_etcd_modify_indexes{key="ssls"} 26578280
   apisix_etcd_modify_indexes{key="stream_routes"} 0
   apisix_etcd_modify_indexes{key="upstreams"} 26579324
   apisix_etcd_modify_indexes{key="x_etcd_index"} 26579400
   apisix_etcd_reachable 1
   apisix_http_requests_total 154
   apisix_nginx_http_current_connections{state="accepted"} 209
   apisix_nginx_http_current_connections{state="active"} 27
   apisix_nginx_http_current_connections{state="handled"} 209
   apisix_nginx_http_current_connections{state="reading"} 0
   apisix_nginx_http_current_connections{state="waiting"} 21
   apisix_nginx_http_current_connections{state="writing"} 6
   apisix_nginx_metric_errors_total 0
   apisix_node_info{hostname="apisix-7869d875c4-kpthh"} 1
   apisix_shared_dict_capacity_bytes{name="balancer-ewma"} 10485760
   apisix_shared_dict_capacity_bytes{name="balancer-ewma-last-touched-at"} 
10485760
   apisix_shared_dict_capacity_bytes{name="balancer-ewma-locks"} 10485760
   apisix_shared_dict_capacity_bytes{name="etcd-cluster-health-check"} 10485760
   apisix_shared_dict_capacity_bytes{name="internal-status"} 10485760
   apisix_shared_dict_capacity_bytes{name="lrucache-lock"} 10485760
   apisix_shared_dict_capacity_bytes{name="plugin-ai-rate-limiting"} 10485760
   
apisix_shared_dict_capacity_bytes{name="plugin-ai-rate-limiting-reset-header"} 
10485760
   apisix_shared_dict_capacity_bytes{name="prometheus-metrics"} 10485760
   apisix_shared_dict_capacity_bytes{name="upstream-healthcheck"} 10485760
   apisix_shared_dict_capacity_bytes{name="worker-events"} 10485760
   apisix_shared_dict_free_space_bytes{name="balancer-ewma"} 10412032
   apisix_shared_dict_free_space_bytes{name="balancer-ewma-last-touched-at"} 
10412032
   apisix_shared_dict_free_space_bytes{name="balancer-ewma-locks"} 10412032
   apisix_shared_dict_free_space_bytes{name="etcd-cluster-health-check"} 
10412032
   apisix_shared_dict_free_space_bytes{name="internal-status"} 10412032
   apisix_shared_dict_free_space_bytes{name="lrucache-lock"} 10412032
   apisix_shared_dict_free_space_bytes{name="plugin-ai-rate-limiting"} 10412032
   
apisix_shared_dict_free_space_bytes{name="plugin-ai-rate-limiting-reset-header"}
 10412032
   apisix_shared_dict_free_space_bytes{name="prometheus-metrics"} 10395648
   apisix_shared_dict_free_space_bytes{name="upstream-healthcheck"} 10412032
   apisix_shared_dict_free_space_bytes{name="worker-events"} 10412032```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to