Reduce scraping frequency

This should reduce Prometheus data to 1/4 the current size.
This commit is contained in:
Vinicius Fortuna 2020-05-14 17:39:43 -04:00
parent 6e2cdd5c1e
commit 684b1dc2a7

View file

@ -124,7 +124,7 @@ async function main() {
const prometheusConfigJson = {
global: {
scrape_interval: '15s',
scrape_interval: '1m',
},
scrape_configs: [
{job_name: 'prometheus', static_configs: [{targets: [prometheusLocation]}]},