Hi, We are using prometheus reporter to fetch metrics (flink 1.12.1 on k8s environment). We were facing an issue since the prometheus reporter has various targets corresponding to each job & task manager hence the different scraping for each target causing syncing issue in metrics count for various operators with-in a given time scrape. Is it possible to configure prometheus reporter so that all operators are scraped in a sequenced way for a given scrape interval irrespective of target?
Regards, Bhawana