Signifficantly increase scraping speed

This commit is contained in:
Charlotte 🦝 Delenk 2022-01-19 20:37:30 +01:00
parent 23ded5010a
commit 370232723f
Signed by: darkkirb
GPG key ID: 015E3768A70AFBC5

View file

@ -2,6 +2,10 @@
services.prometheus = {
enable = true;
port = 9002;
globalConfig = {
scrape_interval = "10s";
scrape_timeout = "2s";
};
scrapeConfigs = [
{
job_name = "node_exporter";