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

Adding Correlations API and removing DistributedContext #420

Merged
merged 22 commits into from
Feb 21, 2020

Commits on Jan 23, 2020

  1. Renaming DistributedContext to CorrelationContext

    Updating DistributedContext to CorrelationContext as per [otep-66](https:/open-telemetry/oteps/blob/master/text/0066-separate-context-propagation.md#Correlations-API). Updated the following:
    - added correlations API details
    - removing Entry as a separate class in favour of name/value pair to align more closely with the w3c spec
    - library layout, file name and README
    - overview
    
    Signed-off-by: Alex Boten <[email protected]>
    Alex Boten committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    b599556 View commit details
    Browse the repository at this point in the history
  2. formatting fix

    Signed-off-by: Alex Boten <[email protected]>
    Alex Boten committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    9fd689b View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2020

  1. Update specification/overview.md

    Co-Authored-By: Armin Ruech <[email protected]>
    codeboten and arminru authored Jan 24, 2020
    Configuration menu
    Copy the full SHA
    67e97aa View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2020

  1. Review feedback changes

    - update context to be an optional parameter
    - removing name recommendation
    - updating casing on REQUIRED
    - updating conflict resolution example
    
    Signed-off-by: Alex Boten <[email protected]>
    Alex Boten committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    c045ad2 View commit details
    Browse the repository at this point in the history
  2. Feedback fixes

    Signed-off-by: Alex Boten <[email protected]>
    Alex Boten committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    0de4b01 View commit details
    Browse the repository at this point in the history
  3. Feedback fixes

    Signed-off-by: Alex Boten <[email protected]>
    Alex Boten committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    7c379d9 View commit details
    Browse the repository at this point in the history
  4. Feedback fixes

    Signed-off-by: Alex Boten <[email protected]>
    Alex Boten committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    8ee1b17 View commit details
    Browse the repository at this point in the history
  5. Feedback fixes

    Signed-off-by: Alex Boten <[email protected]>
    Alex Boten committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    7531e24 View commit details
    Browse the repository at this point in the history
  6. Adding details around size limit

    Signed-off-by: Alex Boten <[email protected]>
    Alex Boten committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    2e1dbe8 View commit details
    Browse the repository at this point in the history
  7. More updates

    A few more updates:
    - removing limits, these can be spec'd in the SDK
    - the scoping example doesn't make sense to keep here
    
    Signed-off-by: Alex Boten <[email protected]>
    Alex Boten committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    5f23702 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

  1. Minor formatting update

    Signed-off-by: Alex Boten <[email protected]>
    Alex Boten committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    c5b911a View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2020

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

Commits on Feb 11, 2020

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

Commits on Feb 12, 2020

  1. adding missing parameter

    Signed-off-by: Alex Boten <[email protected]>
    Alex Boten committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    9a388cf View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2020

  1. renaming methods, to match context spec change

    Signed-off-by: Alex Boten <[email protected]>
    Alex Boten committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    0ab9f97 View commit details
    Browse the repository at this point in the history
  2. adding table of content

    Signed-off-by: Alex Boten <[email protected]>
    Alex Boten committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    96067f7 View commit details
    Browse the repository at this point in the history
  3. adding note about editor's draft

    Signed-off-by: Alex Boten <[email protected]>
    Alex Boten committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    6484d06 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2020

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

Commits on Feb 18, 2020

  1. Update specification/overview.md

    Co-Authored-By: Reiley Yang <[email protected]>
    codeboten and reyang authored Feb 18, 2020
    Configuration menu
    Copy the full SHA
    85d2766 View commit details
    Browse the repository at this point in the history
  2. edit from feedback

    Signed-off-by: Alex Boten <[email protected]>
    Alex Boten committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    b32617f View commit details
    Browse the repository at this point in the history
  3. adding more details around CorrelationContext

    Signed-off-by: Alex Boten <[email protected]>
    Alex Boten committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    975d4c5 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2020

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