Skip to content

Commit 9a6cf12

Browse files
authored
Merge branch 'main' into custom_receiverhelper
2 parents 6583a43 + dd957e4 commit 9a6cf12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/rfcs/component-universal-telemetry.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,8 @@ For security and performance reasons, it would not be appropriate to log the con
209209
It's very easy for logs to become too noisy. Even if errors are occurring frequently in the data pipeline, only the errors that are not
210210
handled automatically will be of interest to most users.
211211

212-
With the above considerations, this proposal includes only that we add a DEBUG log for each individual outcome. This should be sufficient for
213-
detailed troubleshooting but does not impact users otherwise.
212+
With the above considerations, this proposal includes only that we add a DEBUG log for each error, with the attributes from the corresponding
213+
metrics as well as the error message and item count. This should be sufficient for detailed troubleshooting but does not impact users otherwise.
214214

215215
In the future, it may be helpful to define triggers for reporting repeated failures at a higher severity level. e.g. N number of failures in
216216
a row, or a moving average success %. For now, the criteria and necessary configurability is unclear so this is mentioned only as an example

0 commit comments

Comments
 (0)