Signifficantly increase scraping speed
This commit is contained in:
parent
23ded5010a
commit
370232723f
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,10 @@
|
|||
services.prometheus = {
|
||||
enable = true;
|
||||
port = 9002;
|
||||
globalConfig = {
|
||||
scrape_interval = "10s";
|
||||
scrape_timeout = "2s";
|
||||
};
|
||||
scrapeConfigs = [
|
||||
{
|
||||
job_name = "node_exporter";
|
||||
|
|
Loading…
Reference in a new issue