Skip to content

Commit

Permalink
Change unit "items" to "item"
Browse files Browse the repository at this point in the history
  • Loading branch information
djaglowski committed Nov 21, 2024
1 parent 5d54078 commit 95bafe9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/rfcs/component-universal-telemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,42 +94,42 @@ measurements will be recorded with `outcome` as `failure` when a call to the nex
otelcol.receiver.produced.items:
enabled: true
description: Number of items emitted from the receiver.
unit: "{items}"
unit: "{item}"
sum:
value_type: int
monotonic: true
otelcol.processor.consumed.items:
enabled: true
description: Number of items passed to the processor.
unit: "{items}"
unit: "{item}"
sum:
value_type: int
monotonic: true
otelcol.processor.produced.items:
enabled: true
description: Number of items emitted from the processor.
unit: "{items}"
unit: "{item}"
sum:
value_type: int
monotonic: true
otelcol.connector.consumed.items:
enabled: true
description: Number of items passed to the connector.
unit: "{items}"
unit: "{item}"
sum:
value_type: int
monotonic: true
otelcol.connector.produced.items:
enabled: true
description: Number of items emitted from the connector.
unit: "{items}"
unit: "{item}"
sum:
value_type: int
monotonic: true
otelcol.exporter.consumed.items:
enabled: true
description: Number of items passed to the exporter.
unit: "{items}"
unit: "{item}"
sum:
value_type: int
monotonic: true
Expand Down

0 comments on commit 95bafe9

Please sign in to comment.