Disable the confmap.strictlyTypedInput featuregate (needs to be done before v0.110.0 of OTel).
Ran into issues while updating OTel a few releases ago but no issues disabling now. I think there was some overlap with the environment var expansion feature gate stuff that was causing this one to fail too (issue here goes into more detail). Now that the env var stuff is taken care disabling this featuregate seems fine.
Proposed Change
Disable the
confmap.strictlyTypedInput
featuregate (needs to be done before v0.110.0 of OTel).Ran into issues while updating OTel a few releases ago but no issues disabling now. I think there was some overlap with the environment var expansion feature gate stuff that was causing this one to fail too (issue here goes into more detail). Now that the env var stuff is taken care disabling this featuregate seems fine.
Checklist