opentelemetry-collector icon indicating copy to clipboard operation
opentelemetry-collector copied to clipboard

[confighttp] Use `configoptional.Optional` for optional fields

Open mx-psi opened this issue 6 months ago • 3 comments

Description

Makes the following changes to confighttp:

  1. Uses configoptional.Optional in confighttp for 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

mx-psi avatar May 28 '25 14:05 mx-psi