Mercurial > code > home > repos > victoriametrics
diff tasks.py @ 58:0064c490c33d
some tiny scrape configs for testing multi-node vmstorage/vmselect
author | drewp@bigasterisk.com |
---|---|
date | Fri, 26 Apr 2024 15:48:22 -0700 |
parents | 21185db8a52e |
children | 6a357b483c04 |
line wrap: on
line diff
--- a/tasks.py Fri Apr 26 15:35:23 2024 -0700 +++ b/tasks.py Fri Apr 26 15:48:22 2024 -0700 @@ -14,6 +14,8 @@ replaceCmap("victoriametrics-config", { "scrape_main": scrapeConfig("config/scrape_main.yaml"), + "scrape_recent": scrapeConfig("config/scrape_recent.yaml"), + "scrape_forever": scrapeConfig("config/scrape_forever.yaml"), "rules": rulesObj, })