On Thu, 29 Oct 2020 at 20:32, D L <[email protected]> wrote: > 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? >
No, scrapes are independent. > 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. > A 30s scrape interval means at most a 30s timeout (default is 10s) so this scrape will always fail due to timeout. I'd suggest looking to make that pod faster, 75s is on the long side. -- Brian Brazil www.robustperception.io -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/CAHJKeLr7a3nm%2Bzn92GNSd2m0e2z%2BpaRWL87NTQJ24ykva7QTFQ%40mail.gmail.com.

