@@ -257,10 +257,6 @@ files in the repository.
257
257
| `otelcol_process_runtime_total_`<br>`alloc_bytes` | Cumulative bytes allocated for heap objects (see 'go doc runtime.MemStats.TotalAlloc'). | Counter |
258
258
| `otelcol_process_runtime_total_`<br>`sys_memory_bytes` | Total bytes of memory obtained from the OS (see 'go doc runtime.MemStats.Sys'). | Gauge |
259
259
| `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 |
264
260
| `otelcol_processor_incoming_items` | Number of items passed to the processor. | Counter |
265
261
| `otelcol_processor_outgoing_items` | Number of items emitted from the processor. | Counter |
266
262
| `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.
274
270
275
271
# ### Additional `normal`-level metrics
276
272
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 %}}
278
287
279
288
# ### Additional `detailed`-level metrics
280
289
0 commit comments