Open
Description
Right now our env vars don't support repeated fields (aka arrays), we should define if we are going to support them and the way to do it. We could settle on only support repeated for scalar types (e.g. string, bool, enums) because representing objects will be very cumbersome.
Some examples in https://github.com/hypertrace/agent-config/blob/main/config.proto#L26 are:
HT_PROPAGATION_FORMATS=B3,TRACE_CONTEXT
HT_PROPAGATION_FORMATS=B3|TRACE_CONTEXT
HT_PROPAGATION_FORMATS=B3;TRACE_CONTEXT
Ping @hypertrace/agent-maintainers
Metadata
Metadata
Assignees
Labels
No labels