Hello All,
I am new to Prometheus and Grafana and would like to monitor my Application components like if component is up and running it should display in Green color or if it is down or offline it should display in Red color in Grafana.
I have gone through available Metric in Prometheus and also tired using text file collector with the help of node-exporter However I am getting Errors .
http_requests_total{Component="SIebelserver",env="production",Status="running"}
http_requests_total{Component="EAISERVER", env="production",Status="running"}
Can you guys help me with sample metric and how to use it ?
Thanks,
Rishi