Skip to content

Commit

Permalink
[otel] Update otel-collector config
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarlett committed Oct 21, 2024
1 parent cbcefa1 commit 145ecc4
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 145ecc4

Please sign in to comment.