You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dashpole
changed the title
Components that do not use exporterhelper.WithRetry do not get any logging of sending errors.
Components that do not use exporterhelper.WithRetry do not get any logging of export errors.
Nov 1, 2023
Describe the bug
After open-telemetry/opentelemetry-collector-contrib#25900, all error logging for the google cloud exporters was removed.
Steps to reproduce
See reproduction steps in GoogleCloudPlatform/opentelemetry-operations-go#760, for an example.
What did you expect to see?
I expected to see errors printed, similar to how they are printed when retry settings.Enabled = false:
opentelemetry-collector/exporter/exporterhelper/retry_sender.go
Lines 108 to 115 in 66166c4
What did you see instead?
Failures without any error messages.
What version did you use?
Version: v0.88.0 (contrib)
The text was updated successfully, but these errors were encountered: