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

fix(sdk-trace-base): fix spanLimits attribute length/count to consider env values #3068

Merged

Commits on Jun 28, 2022

  1. chore(sdk-trace-base): update span attribute length and count to cons…

    …ider valued defined in env
    
    Signed-off-by: Svetlana Brennan <50715937+svetlanabrennan@users.noreply.github.com>
    svetlanabrennan committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    229cc75 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. chore(sdk-trace-base): fix envs loading before tests

    Signed-off-by: Svetlana Brennan <50715937+svetlanabrennan@users.noreply.github.com>
    svetlanabrennan committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    98b96bc View commit details
    Browse the repository at this point in the history
  2. chore(sdk-trace-base): remove duplicate process.env from used in brow…

    …ser tests
    
    Signed-off-by: Svetlana Brennan <50715937+svetlanabrennan@users.noreply.github.com>
    svetlanabrennan committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    9cd974b View commit details
    Browse the repository at this point in the history
  3. chore(sdk-trace-base): add changelog

    Signed-off-by: Svetlana Brennan <50715937+svetlanabrennan@users.noreply.github.com>
    svetlanabrennan committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    51b0715 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

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

Commits on Jul 6, 2022

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

Commits on Jul 22, 2022

  1. Update packages/opentelemetry-sdk-trace-base/test/common/BasicTracerP…

    …rovider.test.ts
    
    Co-authored-by: Marc Pichler <marcpi@edu.aau.at>
    svetlanabrennan and pichlermarc authored Jul 22, 2022
    Configuration menu
    Copy the full SHA
    d3a6bb0 View commit details
    Browse the repository at this point in the history
  2. Update packages/opentelemetry-sdk-trace-base/test/common/BasicTracerP…

    …rovider.test.ts
    
    Co-authored-by: Marc Pichler <marcpi@edu.aau.at>
    svetlanabrennan and pichlermarc authored Jul 22, 2022
    Configuration menu
    Copy the full SHA
    10ce6fc View commit details
    Browse the repository at this point in the history
  3. chore(sdk-trace-base): add comments

    Signed-off-by: Svetlana Brennan <50715937+svetlanabrennan@users.noreply.github.com>
    svetlanabrennan committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    41ccdba View commit details
    Browse the repository at this point in the history
  4. Merge branch 'fix-attribute-length-issue' of github.com:svetlanabrenn…

    …an/opentelemetry-js into fix-attribute-length-issue
    svetlanabrennan committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    65d4c24 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9075be2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5cf481a View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. fix(sdk-trace-base): refactor if statement to nullish check

    Signed-off-by: Svetlana Brennan <50715937+svetlanabrennan@users.noreply.github.com>
    svetlanabrennan committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    b42ac6a View commit details
    Browse the repository at this point in the history
  2. fix(sdk-trace-base): refactor if statement to nullish check

    Signed-off-by: Svetlana Brennan <50715937+svetlanabrennan@users.noreply.github.com>
    svetlanabrennan committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    49619ff View commit details
    Browse the repository at this point in the history
  3. fix(sdk-trace-base): add more test cases

    Signed-off-by: Svetlana Brennan <50715937+svetlanabrennan@users.noreply.github.com>
    svetlanabrennan committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    9336daf View commit details
    Browse the repository at this point in the history
  4. Merge branch 'fix-attribute-length-issue' of github.com:svetlanabrenn…

    …an/opentelemetry-js into fix-attribute-length-issue
    svetlanabrennan committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    c2fc454 View commit details
    Browse the repository at this point in the history
  5. fix(sdk-trace-base): remove calling process in browser

    Signed-off-by: Svetlana Brennan <50715937+svetlanabrennan@users.noreply.github.com>
    svetlanabrennan committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    1ff5be9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    705d27e View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. fix(sdk-trace-base): move parsing env to core package

    Signed-off-by: Svetlana Brennan <50715937+svetlanabrennan@users.noreply.github.com>
    svetlanabrennan committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    fc1e3e9 View commit details
    Browse the repository at this point in the history
  2. fix(sdk-trace-base): fix lint issue

    Signed-off-by: Svetlana Brennan <50715937+svetlanabrennan@users.noreply.github.com>
    svetlanabrennan committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    2e77d0f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    771f1f4 View commit details
    Browse the repository at this point in the history
  4. fix(sdk-trace-base): rename function

    Signed-off-by: Svetlana Brennan <50715937+svetlanabrennan@users.noreply.github.com>
    svetlanabrennan committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    aaec7cc View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

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