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?