Skip to content

Define support for repeated fields in env vars #32

Open
@jcchavezs

Description

@jcchavezs

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions