File tree 1 file changed +12
-7
lines changed
content/en/docs/collector
1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -277,13 +277,18 @@ files in the repository.
277
277
| `otelcol_processor_batch_metadata_`<br>`cardinality` | Number of distinct metadata value combinations being processed. | Counter |
278
278
| `otelcol_processor_batch_timeout_`<br>`trigger_send` | Number of times the batch was sent due to a timeout trigger. | Counter |
279
279
280
- {{% alert title="Note" color="info" %}} Aside from
281
- ` otelcol_processor_batch_batch_send_size_bytes` which has been `detailed` since
282
- its introduction, the other batch processor metrics were `basic` until they were
283
- switched to `normal` in Collector
284
- [v0.99.0](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.99.0).
285
- They were accidentally switched back to `basic` in v0.109.0, which was fixed in
286
- v0.122.0. {{% /alert %}}
280
+ {{% alert title="Batch processor metrics level changes" color="info" %}}
281
+
282
+ In Collector [v0.99.0], all batch processor metrics were upgraded from `basic`
283
+ to `normal` (current level), except for
284
+ ` otelcol_processor_batch_batch_send_size_bytes` , which has been `detailed` since
285
+ its introduction. Note however that these metrics were inadvertently reverted to
286
+ ` basic` from v0.109.0 to v0.121.0.
287
+
288
+ [v0.99.0] :
289
+ https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.99.0
290
+
291
+ {{% /alert %}}
287
292
288
293
# ### Additional `detailed`-level metrics
289
294
You can’t perform that action at this time.
0 commit comments