I’m configuring a VM Agent on AWS ECS Fargate and would like to scrap a bunch of services running on AWS ECS Fargate too (same cluster), but I didn’t find any ECS automatic discovery right here: https://docs.victoriametrics.com/sd_configs/.
So, I can use this one dns_sd_configs
(https://docs.victoriametrics.com/sd_configs/#dns_sd_configs) pointing to my AWS CloudMap and it resolves all IPs under my AWS ECS task.
But I wonder if it’s the better approach. Another approach would be to add my VM agent as sidecar on each AWS ECS Task.
Any tips here folks?