You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: