On Sat, 2 May 2020 at 17:43, Scott Rodden <[email protected]> wrote:
> We are using mysqld_exporter and want to gather proclist information but > on a different interval from the rest of the metrics that are being > scrapped. This is mainly due to the size of the scrapes and data that > frankly is not all that meaningful. My question is, either thru Prometheus > or the mysqld_exporter itself, can we specify to only scrape info_proclist > (or any label) every minute instead of 15 seconds, while also leaving the > global scrape_interval at 15s? > The global value can be overridden per scrape_config, so split the targets using keep/drop into two scrape configs. Note that if you're worried about Prometheus performance, Prometheus compresses constant and slowly changing time series very well. -- 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/CAHJKeLpd3uquEYzcx%3DTn2kgFJYA-%2B2Jrh4gkweLf01WJaD%2BBjQ%40mail.gmail.com.

