You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
json_data_url: http://kong:8001/clustermetric_name_prefix: kong_cluster # All metric names will be prefixed with this valuemetrics:
- name: total_nodes # Final metric name will be kong_cluster_total_nodesdescription: Total number of nodes in kong clusterpath: $.total
- name: alive_nodes # Final metric name will be kong_cluster_alive_nodesdescription: Number of live nodes in kong clusterpath: count($.data[@.status is "alive"])