Skip to content

Commit

Permalink
Merge pull request #1180 from mcarlett/update-otel-collector
Browse files Browse the repository at this point in the history
  • Loading branch information
avano authored Oct 22, 2024
2 parents 8c5e4a1 + a70d153 commit b60efa0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public OpenTelemetryCollectorConfiguration withDefaultReceivers() {

public OpenTelemetryCollectorConfiguration withDefaultProcessors() {
Map<String, Object> batch = new HashMap<>();
batch.put("send_batch_size", "10000");
batch.put("send_batch_size", 10000);
batch.put("timeout", "10s");
processors.put("batch", batch);
return this;
Expand Down

0 comments on commit b60efa0

Please sign in to comment.