Skip to content

Commit

Permalink
fix: pin base image for deterministc tests
Browse files Browse the repository at this point in the history
  • Loading branch information
blumamir committed Oct 24, 2024
1 parent b302071 commit d718793
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion autoscaler/controllers/datacollection/configmap.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d718793

Please sign in to comment.