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
This change in the collector core added a Validate method to QueueSettings which caused ambiguity with the ExporterSettings’ Validate method. As a result, I’ve added a Validate method to this exporter and an issue to ensure it was doing the right thing.
Here is an example of the validate method for the OTLP exporter calling the QueueSettings’ Validate