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 test failed when a new config was added to otlphttpexporter in core (open-telemetry/opentelemetry-collector#9276). Adding a new config with default shouldn't be a breaking change, and the test should be tolerant with such changes.
The text was updated successfully, but these errors were encountered:
… configs (#30759)
Fixes#30703.
This changes the test to create a otlphttpCfg from factory default, so
that the test doesn't fail when new fields are introduced to otlphttp
default config.
cparkins
pushed a commit
to AmadeusITGroup/opentelemetry-collector-contrib
that referenced
this issue
Feb 1, 2024
… configs (open-telemetry#30759)
Fixesopen-telemetry#30703.
This changes the test to create a otlphttpCfg from factory default, so
that the test doesn't fail when new fields are introduced to otlphttp
default config.
Component(s)
exporter/f5cloud
Describe the issue you're reporting
opentelemetry-collector-contrib/exporter/f5cloudexporter/config_test.go
Line 20 in 82484a2
This test failed when a new config was added to otlphttpexporter in core (open-telemetry/opentelemetry-collector#9276). Adding a new config with default shouldn't be a breaking change, and the test should be tolerant with such changes.
The text was updated successfully, but these errors were encountered: