mars: tune VictoriaMetrics scrape targets

This commit is contained in:
2026-08-24 01:30:37 +00:00
parent fb1226f9b5
commit 5764e6c644
+5 -1
View File
@@ -14,7 +14,7 @@
listenAddress = ":8428";
prometheusConfig = {
global.scrape_interval = "60s";
global.scrape_interval = "5s";
scrape_configs = [
{
@@ -36,6 +36,10 @@
targets = [ "mercury.orbit.sol:9100" ];
labels.host = "mercury";
}
{
targets = [ "terra.orbit.sol:9100" ];
labels.host = "terra";
}
];
}
{