From d2f8ff3dd0d6529f9c2388691df0b7ce6d0faccb Mon Sep 17 00:00:00 2001 From: Joshua MacDonald Date: Thu, 17 Oct 2024 12:00:10 -0700 Subject: [PATCH] doc --- .../concurrentbatchprocessor/documentation.md | 47 +++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 collector/processor/concurrentbatchprocessor/documentation.md diff --git a/collector/processor/concurrentbatchprocessor/documentation.md b/collector/processor/concurrentbatchprocessor/documentation.md new file mode 100644 index 00000000..9b6f8256 --- /dev/null +++ b/collector/processor/concurrentbatchprocessor/documentation.md @@ -0,0 +1,47 @@ +[comment]: <> (Code generated by mdatagen. DO NOT EDIT.) + +# concurrentbatch + +## Internal Telemetry + +The following telemetry is emitted by this component. + +### otelcol_processor_batch_batch_send_size + +Number of units in the batch + +| Unit | Metric Type | Value Type | +| ---- | ----------- | ---------- | +| {units} | Histogram | Int | + +### otelcol_processor_batch_batch_send_size_bytes + +Number of bytes in batch that was sent + +| Unit | Metric Type | Value Type | +| ---- | ----------- | ---------- | +| By | Histogram | Int | + +### otelcol_processor_batch_batch_size_trigger_send + +Number of times the batch was sent due to a size trigger + +| Unit | Metric Type | Value Type | Monotonic | +| ---- | ----------- | ---------- | --------- | +| {times} | Sum | Int | true | + +### otelcol_processor_batch_metadata_cardinality + +Number of distinct metadata value combinations being processed + +| Unit | Metric Type | Value Type | Monotonic | +| ---- | ----------- | ---------- | --------- | +| {combinations} | Sum | Int | false | + +### otelcol_processor_batch_timeout_trigger_send + +Number of times the batch was sent due to a timeout trigger + +| Unit | Metric Type | Value Type | Monotonic | +| ---- | ----------- | ---------- | --------- | +| {times} | Sum | Int | true |