From f883424e2605442bfdab5fb074a4015f41aaaee2 Mon Sep 17 00:00:00 2001 From: 12ww1160 <12ww1160@confdroid.com> Date: Sun, 6 Sep 2026 15:52:06 +0200 Subject: [PATCH] fix template --- templates/config.alloy.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/config.alloy.erb b/templates/config.alloy.erb index 23753d0..31e72d7 100644 --- a/templates/config.alloy.erb +++ b/templates/config.alloy.erb @@ -97,7 +97,7 @@ prometheus.remote_write "prometheus" { queue_config { max_shards = <%= @ay_prom_max_shards %> max_samples_per_send = <%= @ay_prom_max_samples_per_send %> - batch_send_deadline = <%= @ay_prom_batch_send_deadline %> + batch_send_deadline = "<%= @ay_prom_batch_send_deadline %>" } } }