Hello. We have one pod, amongst other pods on kubernetes, that aggregates metrics from some of the deployments. Scraping this particular pod takes 75 seconds.Are there any implications to this?
While this scrape is long running will it affect scrape time of other pods? All other pods take few seconds to scrape and we have scrape interval configured to 30s. Thanks.