Closed evan-bradley closed 2 days ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 66.9%. Comparing base (
3704ded
) to head (9c6dc4f
). Report is 1 commits behind head on main.
🚨 Try these New Features:
This updates the generated config types to be created with go-jsonschema v0.17.0, which includes an update to add a struct tag the
AdditionalProperties
field that allows it to be marshaled.Making this change fixes the following error that occurs when I marshal a basic
otelcol.Config
struct, then run it with the Collector:Related to https://github.com/open-telemetry/opentelemetry-collector/issues/11711.
cc @codeboten