-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
47 additions
and
0 deletions.
There are no files selected for viewing
47 changes: 47 additions & 0 deletions
47
collector/processor/concurrentbatchprocessor/documentation.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |