alloy: Push metrics to prometheus instead of victoriametrics

This commit is contained in:
SebastianStork 2026-02-28 23:47:15 +01:00
parent 1b599abdbe
commit 8f6f63fbaa
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q
2 changed files with 26 additions and 13 deletions

View file

@ -30,6 +30,7 @@ in
inherit (cfg) port;
webExternalUrl = "https://${cfg.domain}";
extraFlags = [ "--web.enable-remote-write-receiver" ];
globalConfig = {
scrape_interval = "30s";
external_labels.monitor = "global";