On Thu, 5 Mar 2020 at 19:10, Albert Serrallé Ríos <[email protected]> wrote:
> Hello, > > > I've raised the scrape_interval to 30m and I've noticed that there's a > minimum amount of calls that, no matter the value for scrape_interval, > will be executed. > > Is there any theoretical minimum of GetMetricStatistics and ListMetrics > calls? Could that be configured or is it "hardcoded"? > You can expect at least one ListMetrics per configured metric, and then one GetMetricStatistics per relevant metric it finds. These should only ever be happening due to a scrape. Brian > > Context: I'm trying to reduce the Cloudwatch costs as much as possible in > dev/staging environments. > > > Thanks! > > -- > 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/bb4258f4-56c4-45cd-8d4c-3cec48de0bd0%40googlegroups.com > <https://groups.google.com/d/msgid/prometheus-users/bb4258f4-56c4-45cd-8d4c-3cec48de0bd0%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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/CAHJKeLoARV%3D62pgk5rt0gE9OT80hKdUF1eZag64P8zFJp3vjmQ%40mail.gmail.com.

