TIL: there's an almost stable config that will work across OTel implementation here:
go implementation https://pkg.go.dev/go.opentelemetry.io/contrib/otelconf/v0.3.0
spec: open-telemetry/opentelemetry-specification#4374
We could support additional OTel knobs by allowing operators to specify such a config in config-observability
Then we could merge the existing keys with the keys in said config.
Alternatively, given that config is pretty large (probably was pulled out of the collector) we could simply add more options as separate config map keys as people request them.