Skip to content

Commit

Permalink
Simplified wording
Browse files Browse the repository at this point in the history
  • Loading branch information
jade-guiton-dd committed Jan 8, 2025
1 parent 5623b8b commit a3b3bb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/rfcs/component-universal-telemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ component to which the telemetry is attributed. Metrics which contain the term "
while metrics which contain the term "consumed" describe data which is received by the component.

For both metrics, an `outcome` attribute with possible values `success`, `failure`, and `rejected` should be automatically recorded,
corresponding to whether or not the corresponding function call returned an error, and whether the error originates from the next
component(s) in the pipeline, or from one further downstream.
based on whether the corresponding function call returned successfully, returned an internal error, or propagated an error from a
component further downstream.

Specifically, a call to `ConsumeX` is recorded with:
- `outcome = success` if the call returns `nil`;
Expand Down

0 comments on commit a3b3bb9

Please sign in to comment.