Skip to content

Commit dd65cba

Browse files
Apply suggested edits
Co-authored-by: Patrice Chalin <[email protected]>
1 parent c1bda57 commit dd65cba

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

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

+12-7
Original file line numberDiff line numberDiff line change
@@ -277,13 +277,18 @@ files in the repository.
277277
| `otelcol_processor_batch_metadata_`<br>`cardinality` | Number of distinct metadata value combinations being processed. | Counter |
278278
| `otelcol_processor_batch_timeout_`<br>`trigger_send` | Number of times the batch was sent due to a timeout trigger. | Counter |
279279

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 %}}
287292

288293
#### Additional `detailed`-level metrics
289294

0 commit comments

Comments
 (0)