From d718793b17436da2f133edacda0d5cc62e3e9b93 Mon Sep 17 00:00:00 2001 From: Amir Blum Date: Thu, 24 Oct 2024 12:34:23 +0300 Subject: [PATCH] fix: pin base image for deterministc tests --- autoscaler/controllers/datacollection/configmap.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/autoscaler/controllers/datacollection/configmap.go b/autoscaler/controllers/datacollection/configmap.go index c5fd60505..74e073af1 100644 --- a/autoscaler/controllers/datacollection/configmap.go +++ b/autoscaler/controllers/datacollection/configmap.go @@ -140,7 +140,10 @@ func calculateConfigMapData(apps *odigosv1.InstrumentedApplicationList, dests *o processorsCfg["odigosresourcename"] = empty } - processorsCfg["batch"] = empty + processorsCfg["batch"] = config.GenericMap{ + "send_batch_size": "1800", + "send_batch_max_size": "2048", + } processorsCfg["resource"] = config.GenericMap{ "attributes": []config.GenericMap{{ "key": "k8s.node.name",