Compare commits

..

3 Commits

Author SHA1 Message Date
Jenkins Server
6e5697833d Merge remote-tracking branch 'origin/master' into jenkins-build-10 2026-09-06 15:53:25 +02:00
f883424e26 fix template 2026-09-06 15:52:06 +02:00
Jenkins Server
7225773a25 Recommit for updates in build 9 2026-09-01 11:36:07 +02:00

View File

@@ -97,7 +97,7 @@ prometheus.remote_write "prometheus" {
queue_config { queue_config {
max_shards = <%= @ay_prom_max_shards %> max_shards = <%= @ay_prom_max_shards %>
max_samples_per_send = <%= @ay_prom_max_samples_per_send %> 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 %>"
} }
} }
} }