getting control plane metrics from kong service mesh
To get metrics from kong mesh, make sure you have install kong mesh, if not please go here to install it.
Next, run the following command to get access to the metrics endpoint. This is a different port compare to 5681 (UI port)
kubectl port-forward svc/kong-mesh-control-plane -n kong-mesh-system 5680:5680
At this point, goto http://localhost:5680/metrics and you can see a list of all the metrics that is available.
Details of the metrics expose are shown here:-
Comments