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: added support for Opentelemetry 0.18 #1234

Merged
merged 47 commits into from Apr 14, 2021
Merged

fix: added support for Opentelemetry 0.18 #1234

merged 47 commits into from Apr 14, 2021

Commits on Mar 17, 2021

  1. fix: added support for Opentelemetry 0.18

    Introduces support for Opentelemetry 0.18 API which implements the
    Tracing 1.0 specification.
    tapico-weyert committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    cf0217d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c01a210 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0de436e View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

  1. Configuration menu
    Copy the full SHA
    c36c9f5 View commit details
    Browse the repository at this point in the history
  2. test: updated the tests

    tapico-weyert committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    e790c23 View commit details
    Browse the repository at this point in the history
  3. test: updated the tests

    tapico-weyert committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    d96d2d9 View commit details
    Browse the repository at this point in the history
  4. refactor: move the tracer out of the createSpan-function

    Small refactor to ensure no new tracer gets created for each call to the
    `createSpan`-functio by initiating the `libraryTracer`-variable
    tapico-weyert committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    92b1a4c View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

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

Commits on Mar 24, 2021

  1. Configuration menu
    Copy the full SHA
    560cdb2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f6f7e2 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

  1. Configuration menu
    Copy the full SHA
    0035983 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d33208 View commit details
    Browse the repository at this point in the history
  3. chore: latest changes

    tapico-weyert committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    364de28 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

  1. test: updated the tests

    tapico-weyert committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    93eaaa1 View commit details
    Browse the repository at this point in the history
  2. test: improve the tests

    tapico-weyert committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    31b8371 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6159fb3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f26d90e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2cbccb9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    93760c3 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

  1. Configuration menu
    Copy the full SHA
    54deb7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99adf22 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cff5314 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae3e959 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2021

  1. Configuration menu
    Copy the full SHA
    2e0095b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78f31e4 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2021

  1. Configuration menu
    Copy the full SHA
    a73c74a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e42ac63 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c54251 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d0f0498 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6c0ca40 View commit details
    Browse the repository at this point in the history
  6. fix:

    BREAKING CHANGE:
    The Opentelemetry tracing span doesn't expose the `data`-attribute anymore
    to avoid accidentally exposing privacy/personal data
    tapico-weyert committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    818013a View commit details
    Browse the repository at this point in the history
  7. fix: only include googclient_OpenTelemetrySpanContext-attribute

    when valid span context exists
    tapico-weyert committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    2cbaa28 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0c2c76f View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2021

  1. Configuration menu
    Copy the full SHA
    8d600ca View commit details
    Browse the repository at this point in the history
  2. fix: revert bad merge that removed tracing on devDependencies

    At least I think that's what happened...
    feywind committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    4b93dd1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    afe0529 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fa66633 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

  1. build: downgrade @sinonjs/fake-timers to v6

    The v10 of sinonjs comes with v7 of fake-timers which comes with
    typescript type definitions that are generated by jsdoc comments which
    seems to cause trouble when compiling the app it.
    
    Downgrading to v6 to avoid needing to solve this problem now.
    tapico-weyert committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    7a628e9 View commit details
    Browse the repository at this point in the history
  2. style: cleanup type definition

    Removed the `| undefined` for the `span` in the `Publisher`-class
    
    Co-authored-by: Aaron Abbott <aaronabbott@google.com>
    weyert and aabmass committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    c1b66dd View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2021

  1. Configuration menu
    Copy the full SHA
    c081f6b View commit details
    Browse the repository at this point in the history
  2. chore: merge from main

    feywind committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    b42344d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9339baf View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2021

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

Commits on Apr 14, 2021

  1. Configuration menu
    Copy the full SHA
    253b56b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4db9ba5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f360e4 View commit details
    Browse the repository at this point in the history