collector-sidecar
collector-sidecar copied to clipboard
Improve config parsing with built-in defaults
The current code relies on the fact that ucfg is using a non-strict yaml Unmarshal() which allows
us to overload keys.
This either needs a unit test, or a rewrite to something more robust.