diff --git a/charts/k8s-monitoring/charts/feature-application-observability/README.md b/charts/k8s-monitoring/charts/feature-application-observability/README.md index 79cb952cb..1d6a1ac59 100644 --- a/charts/k8s-monitoring/charts/feature-application-observability/README.md +++ b/charts/k8s-monitoring/charts/feature-application-observability/README.md @@ -86,8 +86,8 @@ Be sure perform actual integration testing in a live environment in the main [k8 | Key | Type | Default | Description | |-----|------|---------|-------------| -| processors.batch.maxSize | int | `0` | The upper limit of the amount of data contained in a single batch, in bytes. When set to 0, batches can be any size. | -| processors.batch.size | int | `16384` | What batch size to use, in bytes | +| processors.batch.maxSize | int | `0` | The upper limit of the amount of data contained in a single batch. When set to 0, batches can be any size. | +| processors.batch.size | int | `8192` | What batch size to use | | processors.batch.timeout | string | `"2s"` | How long before sending (Processors) | ### Processors: Interval diff --git a/charts/k8s-monitoring/charts/feature-application-observability/tests/default_test.yaml b/charts/k8s-monitoring/charts/feature-application-observability/tests/default_test.yaml index 4dd7fd6b3..70aa27a3d 100644 --- a/charts/k8s-monitoring/charts/feature-application-observability/tests/default_test.yaml +++ b/charts/k8s-monitoring/charts/feature-application-observability/tests/default_test.yaml @@ -158,7 +158,7 @@ tests: // Batch Processor otelcol.processor.batch "default" { - send_batch_size = 16384 + send_batch_size = 8192 send_batch_max_size = 0 timeout = "2s" diff --git a/charts/k8s-monitoring/charts/feature-application-observability/tests/interval_test.yaml b/charts/k8s-monitoring/charts/feature-application-observability/tests/interval_test.yaml index d60c1d604..a5f285915 100644 --- a/charts/k8s-monitoring/charts/feature-application-observability/tests/interval_test.yaml +++ b/charts/k8s-monitoring/charts/feature-application-observability/tests/interval_test.yaml @@ -161,7 +161,7 @@ tests: // Batch Processor otelcol.processor.batch "default" { - send_batch_size = 16384 + send_batch_size = 8192 send_batch_max_size = 0 timeout = "2s" diff --git a/charts/k8s-monitoring/charts/feature-application-observability/tests/memorylimiter_test.yaml b/charts/k8s-monitoring/charts/feature-application-observability/tests/memorylimiter_test.yaml index 63a892e54..e708e764e 100644 --- a/charts/k8s-monitoring/charts/feature-application-observability/tests/memorylimiter_test.yaml +++ b/charts/k8s-monitoring/charts/feature-application-observability/tests/memorylimiter_test.yaml @@ -117,7 +117,7 @@ tests: // Batch Processor otelcol.processor.batch "default" { - send_batch_size = 16384 + send_batch_size = 8192 send_batch_max_size = 0 timeout = "2s" diff --git a/charts/k8s-monitoring/charts/feature-application-observability/tests/spanlogs_test.yaml b/charts/k8s-monitoring/charts/feature-application-observability/tests/spanlogs_test.yaml index e2f1d88a6..87aa6acef 100644 --- a/charts/k8s-monitoring/charts/feature-application-observability/tests/spanlogs_test.yaml +++ b/charts/k8s-monitoring/charts/feature-application-observability/tests/spanlogs_test.yaml @@ -122,7 +122,7 @@ tests: // Batch Processor otelcol.processor.batch "default" { - send_batch_size = 16384 + send_batch_size = 8192 send_batch_max_size = 0 timeout = "2s" diff --git a/charts/k8s-monitoring/charts/feature-application-observability/tests/spanmetrics_test.yaml b/charts/k8s-monitoring/charts/feature-application-observability/tests/spanmetrics_test.yaml index 0e0e525f7..ec4c13c00 100644 --- a/charts/k8s-monitoring/charts/feature-application-observability/tests/spanmetrics_test.yaml +++ b/charts/k8s-monitoring/charts/feature-application-observability/tests/spanmetrics_test.yaml @@ -141,7 +141,7 @@ tests: // Batch Processor otelcol.processor.batch "default" { - send_batch_size = 16384 + send_batch_size = 8192 send_batch_max_size = 0 timeout = "2s" diff --git a/charts/k8s-monitoring/charts/feature-application-observability/values.yaml b/charts/k8s-monitoring/charts/feature-application-observability/values.yaml index e85906878..9de9fa3f0 100644 --- a/charts/k8s-monitoring/charts/feature-application-observability/values.yaml +++ b/charts/k8s-monitoring/charts/feature-application-observability/values.yaml @@ -67,10 +67,10 @@ receivers: # Processors are components that modify the telemetry data, such as filtering, batching, and adding metadata. processors: batch: - # -- What batch size to use, in bytes + # -- What batch size to use # @section -- Processors: Batch - size: 16384 - # -- The upper limit of the amount of data contained in a single batch, in bytes. When set to 0, batches can be any size. + size: 8192 + # -- The upper limit of the amount of data contained in a single batch. When set to 0, batches can be any size. # @section -- Processors: Batch maxSize: 0 # -- How long before sending (Processors) diff --git a/charts/k8s-monitoring/docs/examples/auth/bearer-token/alloy-receiver.alloy b/charts/k8s-monitoring/docs/examples/auth/bearer-token/alloy-receiver.alloy index b5fa58458..aac2ad944 100644 --- a/charts/k8s-monitoring/docs/examples/auth/bearer-token/alloy-receiver.alloy +++ b/charts/k8s-monitoring/docs/examples/auth/bearer-token/alloy-receiver.alloy @@ -228,7 +228,7 @@ declare "application_observability" { // Batch Processor otelcol.processor.batch "default" { - send_batch_size = 16384 + send_batch_size = 8192 send_batch_max_size = 0 timeout = "2s" diff --git a/charts/k8s-monitoring/docs/examples/auth/bearer-token/output.yaml b/charts/k8s-monitoring/docs/examples/auth/bearer-token/output.yaml index dbea68132..a7b52de37 100644 --- a/charts/k8s-monitoring/docs/examples/auth/bearer-token/output.yaml +++ b/charts/k8s-monitoring/docs/examples/auth/bearer-token/output.yaml @@ -666,7 +666,7 @@ data: // Batch Processor otelcol.processor.batch "default" { - send_batch_size = 16384 + send_batch_size = 8192 send_batch_max_size = 0 timeout = "2s" diff --git a/charts/k8s-monitoring/docs/examples/auth/embedded-secrets/alloy-receiver.alloy b/charts/k8s-monitoring/docs/examples/auth/embedded-secrets/alloy-receiver.alloy index 59203f07b..a8493d024 100644 --- a/charts/k8s-monitoring/docs/examples/auth/embedded-secrets/alloy-receiver.alloy +++ b/charts/k8s-monitoring/docs/examples/auth/embedded-secrets/alloy-receiver.alloy @@ -215,7 +215,7 @@ declare "application_observability" { // Batch Processor otelcol.processor.batch "default" { - send_batch_size = 16384 + send_batch_size = 8192 send_batch_max_size = 0 timeout = "2s" diff --git a/charts/k8s-monitoring/docs/examples/auth/embedded-secrets/output.yaml b/charts/k8s-monitoring/docs/examples/auth/embedded-secrets/output.yaml index 38b4c61e1..20b96119d 100644 --- a/charts/k8s-monitoring/docs/examples/auth/embedded-secrets/output.yaml +++ b/charts/k8s-monitoring/docs/examples/auth/embedded-secrets/output.yaml @@ -642,7 +642,7 @@ data: // Batch Processor otelcol.processor.batch "default" { - send_batch_size = 16384 + send_batch_size = 8192 send_batch_max_size = 0 timeout = "2s" diff --git a/charts/k8s-monitoring/docs/examples/auth/external-secrets/alloy-receiver.alloy b/charts/k8s-monitoring/docs/examples/auth/external-secrets/alloy-receiver.alloy index e004ce60f..d920cb9d3 100644 --- a/charts/k8s-monitoring/docs/examples/auth/external-secrets/alloy-receiver.alloy +++ b/charts/k8s-monitoring/docs/examples/auth/external-secrets/alloy-receiver.alloy @@ -248,7 +248,7 @@ declare "application_observability" { // Batch Processor otelcol.processor.batch "default" { - send_batch_size = 16384 + send_batch_size = 8192 send_batch_max_size = 0 timeout = "2s" diff --git a/charts/k8s-monitoring/docs/examples/auth/external-secrets/output.yaml b/charts/k8s-monitoring/docs/examples/auth/external-secrets/output.yaml index 307a03df1..539bcc634 100644 --- a/charts/k8s-monitoring/docs/examples/auth/external-secrets/output.yaml +++ b/charts/k8s-monitoring/docs/examples/auth/external-secrets/output.yaml @@ -695,7 +695,7 @@ data: // Batch Processor otelcol.processor.batch "default" { - send_batch_size = 16384 + send_batch_size = 8192 send_batch_max_size = 0 timeout = "2s" diff --git a/charts/k8s-monitoring/docs/examples/features/application-observability/default/alloy-receiver.alloy b/charts/k8s-monitoring/docs/examples/features/application-observability/default/alloy-receiver.alloy index 05a91a2bb..a0fddf597 100644 --- a/charts/k8s-monitoring/docs/examples/features/application-observability/default/alloy-receiver.alloy +++ b/charts/k8s-monitoring/docs/examples/features/application-observability/default/alloy-receiver.alloy @@ -149,7 +149,7 @@ declare "application_observability" { // Batch Processor otelcol.processor.batch "default" { - send_batch_size = 16384 + send_batch_size = 8192 send_batch_max_size = 0 timeout = "2s" diff --git a/charts/k8s-monitoring/docs/examples/features/application-observability/default/output.yaml b/charts/k8s-monitoring/docs/examples/features/application-observability/default/output.yaml index 812645f91..2a35b103c 100644 --- a/charts/k8s-monitoring/docs/examples/features/application-observability/default/output.yaml +++ b/charts/k8s-monitoring/docs/examples/features/application-observability/default/output.yaml @@ -174,7 +174,7 @@ data: // Batch Processor otelcol.processor.batch "default" { - send_batch_size = 16384 + send_batch_size = 8192 send_batch_max_size = 0 timeout = "2s" diff --git a/charts/k8s-monitoring/docs/examples/features/auto-instrumentation/beyla-metrics-and-traces/alloy-receiver.alloy b/charts/k8s-monitoring/docs/examples/features/auto-instrumentation/beyla-metrics-and-traces/alloy-receiver.alloy index 578c564f9..8dc5792d0 100644 --- a/charts/k8s-monitoring/docs/examples/features/auto-instrumentation/beyla-metrics-and-traces/alloy-receiver.alloy +++ b/charts/k8s-monitoring/docs/examples/features/auto-instrumentation/beyla-metrics-and-traces/alloy-receiver.alloy @@ -149,7 +149,7 @@ declare "application_observability" { // Batch Processor otelcol.processor.batch "default" { - send_batch_size = 16384 + send_batch_size = 8192 send_batch_max_size = 0 timeout = "2s" diff --git a/charts/k8s-monitoring/docs/examples/features/auto-instrumentation/beyla-metrics-and-traces/output.yaml b/charts/k8s-monitoring/docs/examples/features/auto-instrumentation/beyla-metrics-and-traces/output.yaml index 988dad36e..889907331 100644 --- a/charts/k8s-monitoring/docs/examples/features/auto-instrumentation/beyla-metrics-and-traces/output.yaml +++ b/charts/k8s-monitoring/docs/examples/features/auto-instrumentation/beyla-metrics-and-traces/output.yaml @@ -380,7 +380,7 @@ data: // Batch Processor otelcol.processor.batch "default" { - send_batch_size = 16384 + send_batch_size = 8192 send_batch_max_size = 0 timeout = "2s" diff --git a/charts/k8s-monitoring/docs/examples/meta-monitoring/alloy-receiver.alloy b/charts/k8s-monitoring/docs/examples/meta-monitoring/alloy-receiver.alloy index 656e0d0b6..ca011ebb5 100644 --- a/charts/k8s-monitoring/docs/examples/meta-monitoring/alloy-receiver.alloy +++ b/charts/k8s-monitoring/docs/examples/meta-monitoring/alloy-receiver.alloy @@ -205,7 +205,7 @@ declare "application_observability" { // Batch Processor otelcol.processor.batch "default" { - send_batch_size = 16384 + send_batch_size = 8192 send_batch_max_size = 0 timeout = "2s" diff --git a/charts/k8s-monitoring/docs/examples/meta-monitoring/output.yaml b/charts/k8s-monitoring/docs/examples/meta-monitoring/output.yaml index f4ad5e48c..0f7db31fd 100644 --- a/charts/k8s-monitoring/docs/examples/meta-monitoring/output.yaml +++ b/charts/k8s-monitoring/docs/examples/meta-monitoring/output.yaml @@ -2142,7 +2142,7 @@ data: // Batch Processor otelcol.processor.batch "default" { - send_batch_size = 16384 + send_batch_size = 8192 send_batch_max_size = 0 timeout = "2s" diff --git a/charts/k8s-monitoring/docs/examples/pod-labels-and-annotations/alloy-receiver.alloy b/charts/k8s-monitoring/docs/examples/pod-labels-and-annotations/alloy-receiver.alloy index c9d413a26..39b093d6d 100644 --- a/charts/k8s-monitoring/docs/examples/pod-labels-and-annotations/alloy-receiver.alloy +++ b/charts/k8s-monitoring/docs/examples/pod-labels-and-annotations/alloy-receiver.alloy @@ -205,7 +205,7 @@ declare "application_observability" { // Batch Processor otelcol.processor.batch "default" { - send_batch_size = 16384 + send_batch_size = 8192 send_batch_max_size = 0 timeout = "2s" diff --git a/charts/k8s-monitoring/docs/examples/pod-labels-and-annotations/output.yaml b/charts/k8s-monitoring/docs/examples/pod-labels-and-annotations/output.yaml index 099d8a839..522c130a5 100644 --- a/charts/k8s-monitoring/docs/examples/pod-labels-and-annotations/output.yaml +++ b/charts/k8s-monitoring/docs/examples/pod-labels-and-annotations/output.yaml @@ -890,7 +890,7 @@ data: // Batch Processor otelcol.processor.batch "default" { - send_batch_size = 16384 + send_batch_size = 8192 send_batch_max_size = 0 timeout = "2s" diff --git a/charts/k8s-monitoring/docs/examples/proxies/alloy-receiver.alloy b/charts/k8s-monitoring/docs/examples/proxies/alloy-receiver.alloy index 2e055e5c9..3ed8a8ac0 100644 --- a/charts/k8s-monitoring/docs/examples/proxies/alloy-receiver.alloy +++ b/charts/k8s-monitoring/docs/examples/proxies/alloy-receiver.alloy @@ -202,7 +202,7 @@ declare "application_observability" { // Batch Processor otelcol.processor.batch "default" { - send_batch_size = 16384 + send_batch_size = 8192 send_batch_max_size = 0 timeout = "2s" diff --git a/charts/k8s-monitoring/docs/examples/proxies/output.yaml b/charts/k8s-monitoring/docs/examples/proxies/output.yaml index 1a15655dc..f773729af 100644 --- a/charts/k8s-monitoring/docs/examples/proxies/output.yaml +++ b/charts/k8s-monitoring/docs/examples/proxies/output.yaml @@ -1068,7 +1068,7 @@ data: // Batch Processor otelcol.processor.batch "default" { - send_batch_size = 16384 + send_batch_size = 8192 send_batch_max_size = 0 timeout = "2s" diff --git a/charts/k8s-monitoring/tests/integration/auto-instrumentation/.rendered/output.yaml b/charts/k8s-monitoring/tests/integration/auto-instrumentation/.rendered/output.yaml index 5cb13811f..cf592f84a 100644 --- a/charts/k8s-monitoring/tests/integration/auto-instrumentation/.rendered/output.yaml +++ b/charts/k8s-monitoring/tests/integration/auto-instrumentation/.rendered/output.yaml @@ -446,7 +446,7 @@ data: // Batch Processor otelcol.processor.batch "default" { - send_batch_size = 16384 + send_batch_size = 8192 send_batch_max_size = 0 timeout = "2s"