opentelemetry-collector
opentelemetry-collector copied to clipboard
[confighttp] Use `configoptional.Optional` for optional fields
Description
Makes the following changes to confighttp:
- Uses
configoptional.Optionalinconfighttpfor all optional sections
This means a bunch of breaking changes. I think it is unfeasible to do this in two steps and I hereby promise that I will fix contrib tests and help anybody affected by this
Link to tracking issue
Fixes #9478