Most of our creates generally allow two ways to configure values:
- Use environment variable fetched during runtime
- User provided value during compiling time(
with_xxx)
However, this is unclear when both of the configurations present which one should take priority. Regardless we should align on this and use it as a tenet across all our creates.
cc @open-telemetry/rust-approvers