Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decode values from OTEL_RESOURCE_ATTRIBUTES #2963

Merged
merged 10 commits into from Oct 19, 2022

Commits on Jun 20, 2022

  1. Decode values from OTEL_RESOURCE_ATTRIBUTES

    The W3C spec specifies that values must be percent-encoded so when
    reading the environment variable `OTEL_RESOURCE_ATTRIBUTES` the SDK
    should decode them.
    
    This is done by the `baggage` package, but its behaviour in case of
    errors is slightly different from the current implementation of the SDK,
    more specifically in cases where a key is missing a value. The SDK
    returns a partial resource while the `bagage` package returns nil.
    
    This may be considered a breaking change, so this commit fixes the
    current implementation instead of using `baggage.Parse`.
    lgfa29 committed Jun 20, 2022
    Copy the full SHA
    19690d1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5f003fd View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Copy the full SHA
    bc42a6d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    234c309 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. Copy the full SHA
    e7faa09 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. Copy the full SHA
    0aa767f View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2022

  1. Copy the full SHA
    b535267 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Copy the full SHA
    fd81416 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. docs: update CHANGELOG

    lgfa29 committed Oct 19, 2022
    Copy the full SHA
    8af74a2 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f17714b View commit details
    Browse the repository at this point in the history