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 DistributedContext implementation and Delete ITag* Types #366

Merged
merged 5 commits into from
Dec 6, 2019
Merged

Add DistributedContext implementation and Delete ITag* Types #366

merged 5 commits into from
Dec 6, 2019

Commits on Dec 2, 2019

  1. Add DistributedContext implementation and Delete ITag* Types

    This change includes the following:
    - Add the missing implementation of the DistributedContext.
    - Change DistributedContextEntry to a struct to avoid allocations inside the DistributedContext.
    - Introducing DistributedContext carrier which will carry the current context during the execution
        - By default, DistributedContext will have Noop carrier for optimizing when the SDK is not loaded.
        - When SDK loaded, it should set the carrier to the async local carrier defined in the SDK
    -	Removed all Tag* and ITag* types which not needed as DistributedContext should cover the required scenarios.
    -	Modified the serialization to work with the DistributedContext.
    -	Cleaned up the tests and added more DistributedContext specific tests.
    tarekgh committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    6bef1f2 View commit details
    Browse the repository at this point in the history
  2. Fix failing tests

    tarekgh committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    6b5ea1d View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2019

  1. Configuration menu
    Copy the full SHA
    480fa78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76177b5 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2019

  1. Configuration menu
    Copy the full SHA
    172f53e View commit details
    Browse the repository at this point in the history