From a0c62305817d732db4cb3d2efd2e51a16c0a3579 Mon Sep 17 00:00:00 2001 From: Paulin Todev Date: Thu, 19 Oct 2023 11:54:43 +0100 Subject: [PATCH] Document another batch processor metric --- .../sources/flow/reference/components/otelcol.processor.batch.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sources/flow/reference/components/otelcol.processor.batch.md b/docs/sources/flow/reference/components/otelcol.processor.batch.md index eccbc0923602..5216d88259fb 100644 --- a/docs/sources/flow/reference/components/otelcol.processor.batch.md +++ b/docs/sources/flow/reference/components/otelcol.processor.batch.md @@ -125,6 +125,7 @@ information. * `processor_batch_batch_send_size_ratio` (histogram): Number of units in the batch. * `processor_batch_metadata_cardinality_ratio` (gauge): Number of distinct metadata value combinations being processed. * `processor_batch_timeout_trigger_send_ratio_total` (counter): Number of times the batch was sent due to a timeout trigger. +* `processor_batch_batch_size_trigger_send_ratio_total` (counter): Number of times the batch was sent due to a size trigger. ## Examples