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

Add BytesMapCarrier #2245

Closed
wants to merge 6 commits into from
Closed

Add BytesMapCarrier #2245

wants to merge 6 commits into from

Commits on Sep 16, 2021

  1. Add BytesMapCarrier

    BytesMapCarrier makes it easy for users to inject/extract propagated values from various sources. For example, if a trace context is propagated by an environment variable, users can create a new BytesMapCarrier with values from the environment and inject the trace context into a Go context.
    rakyll committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    ca3f3ce View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

  1. Sort keys before asserting

    rakyll committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    5da702b View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. Fix TestBytesMapCarrier test

    The sort.Strings function sorts in increasing order.
    MrAlias committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    617774c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    649e029 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3733c18 View commit details
    Browse the repository at this point in the history
  4. Fix TestBytesMapCarrier test

    Evaluate the sorted keys.
    MrAlias committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    878c1c7 View commit details
    Browse the repository at this point in the history