Skip to content

Commit

Permalink
Try to clarify the suggestion in the export failures when retry_on_fa…
Browse files Browse the repository at this point in the history
…ilure is disabled (#5276)

Signed-off-by: Bogdan Drutu <[email protected]>
  • Loading branch information
bogdandrutu committed Apr 28, 2022
1 parent 6749fc8 commit 150c1ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporter/exporterhelper/queued_retry.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ func (rs *retrySender) send(req request) error {
err := rs.nextSender.send(req)
if err != nil {
rs.logger.Error(
"Exporting failed. Try enabling retry_on_failure config option.",
"Exporting failed. Try enabling retry_on_failure config option to retry on retryable errors",
zap.Error(err),
)
}
Expand Down

0 comments on commit 150c1ed

Please sign in to comment.