OP#662 add flags for queue_config

This commit is contained in:
2026-09-01 11:34:57 +02:00
parent 96211f2eb5
commit eab95a5b54
2 changed files with 11 additions and 0 deletions

View File

@@ -94,6 +94,11 @@ prometheus.remote_write "prometheus" {
username = "<%= @ay_loki_username %>"
password = "<%= @ay_loki_userpass %>"
}
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 %>
}
}
}
<% end %>