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 %>" } } }