Hi, I have a query regarding prometheus scraping Flink metrics data with application running in kubernetes cluster.
If taskmanager is running on multiple nodes, and prometheus requests for the metrics data, then is that request directed to one of the nodes(based on some strategy, like round-robin) or is data aggregated from all the nodes? With regards