|
6 | 6 |
|
7 | 7 | The following telemetry is emitted by this component.
|
8 | 8 |
|
| 9 | +### otelcol_connector.consumed.items |
| 10 | + |
| 11 | +Number of items passed to the connector. |
| 12 | + |
| 13 | +| Unit | Metric Type | Value Type | Monotonic | |
| 14 | +| ---- | ----------- | ---------- | --------- | |
| 15 | +| {item} | Sum | Int | true | |
| 16 | + |
| 17 | +### otelcol_connector.produced.items |
| 18 | + |
| 19 | +Number of items emitted from the connector. |
| 20 | + |
| 21 | +| Unit | Metric Type | Value Type | Monotonic | |
| 22 | +| ---- | ----------- | ---------- | --------- | |
| 23 | +| {item} | Sum | Int | true | |
| 24 | + |
| 25 | +### otelcol_exporter.consumed.items |
| 26 | + |
| 27 | +Number of items passed to the exporter. |
| 28 | + |
| 29 | +| Unit | Metric Type | Value Type | Monotonic | |
| 30 | +| ---- | ----------- | ---------- | --------- | |
| 31 | +| {item} | Sum | Int | true | |
| 32 | + |
9 | 33 | ### otelcol_process_cpu_seconds
|
10 | 34 |
|
11 | 35 | Total CPU user and system time in seconds [alpha]
|
@@ -53,3 +77,27 @@ Uptime of the process [alpha]
|
53 | 77 | | Unit | Metric Type | Value Type | Monotonic |
|
54 | 78 | | ---- | ----------- | ---------- | --------- |
|
55 | 79 | | s | Sum | Double | true |
|
| 80 | + |
| 81 | +### otelcol_processor.consumed.items |
| 82 | + |
| 83 | +Number of items passed to the processor. |
| 84 | + |
| 85 | +| Unit | Metric Type | Value Type | Monotonic | |
| 86 | +| ---- | ----------- | ---------- | --------- | |
| 87 | +| {item} | Sum | Int | true | |
| 88 | + |
| 89 | +### otelcol_processor.produced.items |
| 90 | + |
| 91 | +Number of items emitted from the processor. |
| 92 | + |
| 93 | +| Unit | Metric Type | Value Type | Monotonic | |
| 94 | +| ---- | ----------- | ---------- | --------- | |
| 95 | +| {item} | Sum | Int | true | |
| 96 | + |
| 97 | +### otelcol_receiver.produced.items |
| 98 | + |
| 99 | +Number of items emitted from the receiver. |
| 100 | + |
| 101 | +| Unit | Metric Type | Value Type | Monotonic | |
| 102 | +| ---- | ----------- | ---------- | --------- | |
| 103 | +| {item} | Sum | Int | true | |
0 commit comments