i set up an elastic load balancer on AWS to reach a target group made of 3 EC2 instances, in 3 different zones.
I saw I can see CloudWatch load balancer metric, target group metric, or EC2 metric. I'd like to know if exists a kind of plugin to display metrics for all the hosts available in the target group, like grafana/prometheus.
In addition I'd like to know if the are best practise to gather application logs from EC2 instances to consult them, if some error occur.
Thank you very much