From bee546cea8c792c9380641412f9efe1c15cdc0c4 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 21 May 2026 20:52:50 -0400 Subject: [PATCH] alloy: cutover prometheus.exporter.unix to standard job names Drops the _canary suffix on alloy_prom_job. Prometheus retired its static node_* scrape jobs in the same release; Alloy's remote_write fills the gap with identical job/instance/group/hostname labels. --- vars/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/main.yml b/vars/main.yml index fa297d4..4b47270 100644 --- a/vars/main.yml +++ b/vars/main.yml @@ -34,7 +34,7 @@ alloy_loki_url: http://observe.lan.balders.ca:3100/loki/api/v1/push # Track A canary: _canary suffix lets the embedded exporter run in # parallel with the existing node_exporter scrape — once parity is # verified, flip this to node_lxc and decommission node_exporter. -alloy_prom_job: node_lxc_canary +alloy_prom_job: node_lxc alloy_prom_group: lxc alloy_prom_hostname: meridian