Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jmacd committed Oct 17, 2024
1 parent 6c3fea7 commit d2f8ff3
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions collector/processor/concurrentbatchprocessor/documentation.md
Original file line number Diff line number Diff line change
@@ -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 |

0 comments on commit d2f8ff3

Please sign in to comment.