Skip to content

Wrong distributed headers injection env var is used  #1226

Closed

Description

I'm finding two permutations of DD_PROPAGATION_STYLE_INJECT string being used throughout the documentation and the code:
A. DD_PROPAGATION_STYLE_INJECT
B. DD_PROPAGATION_INJECT_STYLE

From the Ruby documentation, I expected this library to parse the environment variable in permutation A. However, this library uses permutation B.

Go documentation mentions the use of permutation A which is consistent with the dd-trace-go source code

What do you think about updating the code to use permutation A (that'll be consistent with the documentation and other languages)?

extraction env var uses the wrong ordering as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions