[exporter/dynatrace] Ensure Validate implementation does the right thing #7836
Labels
comp:dynatrace
Dynatrace components
good first issue
Good for newcomers
help wanted
Extra attention is needed
This change in the collector core added a
Validate
method toQueueSettings
which caused ambiguity with theExporterSettings
’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
open-telemetry/opentelemetry-collector@48c402d#diff-a56037437974f775001642d59880ac9dd0c14cab137576b4f4a6df01a230a84cR39-R42
Originally posted by @codeboten in #7779 (comment)
The text was updated successfully, but these errors were encountered: