Skip to content

Commit b9374ba

Browse files
[en] Update internal telemetry docs
1 parent bf05f8b commit b9374ba

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

content/en/docs/collector/internal-telemetry.md

+14-5
Original file line numberDiff line numberDiff line change
@@ -257,10 +257,6 @@ files in the repository.
257257
| `otelcol_process_runtime_total_`<br>`alloc_bytes` | Cumulative bytes allocated for heap objects (see 'go doc runtime.MemStats.TotalAlloc'). | Counter |
258258
| `otelcol_process_runtime_total_`<br>`sys_memory_bytes` | Total bytes of memory obtained from the OS (see 'go doc runtime.MemStats.Sys'). | Gauge |
259259
| `otelcol_process_uptime` | Uptime of the process in seconds. | Counter |
260-
| `otelcol_processor_batch_batch_`<br>`send_size` | Number of units in the batch that was sent. | Histogram |
261-
| `otelcol_processor_batch_batch_size_`<br>`trigger_send` | Number of times the batch was sent due to a size trigger. | Counter |
262-
| `otelcol_processor_batch_metadata_`<br>`cardinality` | Number of distinct metadata value combinations being processed. | Counter |
263-
| `otelcol_processor_batch_timeout_`<br>`trigger_send` | Number of times the batch was sent due to a timeout trigger. | Counter |
264260
| `otelcol_processor_incoming_items` | Number of items passed to the processor. | Counter |
265261
| `otelcol_processor_outgoing_items` | Number of items emitted from the processor. | Counter |
266262
| `otelcol_receiver_accepted_`<br>`log_records` | Number of logs successfully ingested and pushed into the pipeline. | Counter |
@@ -274,7 +270,20 @@ files in the repository.
274270

275271
#### Additional `normal`-level metrics
276272

277-
There are currently no metrics specific to `normal` verbosity.
273+
| Metric name | Description | Type |
274+
| ------------------------------------------------------- | --------------------------------------------------------------------------------------- | --------- |
275+
| `otelcol_processor_batch_batch_`<br>`send_size` | Number of units in the batch that was sent. | Histogram |
276+
| `otelcol_processor_batch_batch_size_`<br>`trigger_send` | Number of times the batch was sent due to a size trigger. | Counter |
277+
| `otelcol_processor_batch_metadata_`<br>`cardinality` | Number of distinct metadata value combinations being processed. | Counter |
278+
| `otelcol_processor_batch_timeout_`<br>`trigger_send` | Number of times the batch was sent due to a timeout trigger. | Counter |
279+
280+
{{% alert title="Note" color="info" %}}
281+
Aside from `otelcol_processor_batch_batch_send_size_bytes` which has been
282+
`detailed` since its introduction, the other batch processor metrics were
283+
`basic` until they were switched to `normal` in Collector version 0.99.0.
284+
They were later switched back to `basic` by mistake in versions [0.109.0,
285+
0.121.0].
286+
{{% /alert %}}
278287

279288
#### Additional `detailed`-level metrics
280289

0 commit comments

Comments
 (0)