Hi,
I am doing a POC in setting up Prometheus monitoring for Kubernetes. I have implemented Prometheus using Prometheus-Operator in KOPS setup.
I have completed implementation until where I could monitor Cluster level metrics using Kube-State-Metrics.
Now I got stuck at a place where I need to monitor application metrics like Nginx, Tomcat, Mysql, Redis, PHP, Apache etc..
I did an analysis online and found there are several ways on doing it.
One is to instrument application code using prom clients which is not possible in my organisation.
Another would be to expose application to /metrics endpoint and use exporters.
Now I am not sure how to expose application to /metrics end point and how to use exporters accordingly. Please help me.
I would be grateful.
Regards,
Kaarthik