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(tracing): make spans resilient to performance clock drift #3434

Merged
merged 31 commits into from
Jan 11, 2023

Commits on Nov 21, 2022

  1. Configuration menu
    Copy the full SHA
    7083983 View commit details
    Browse the repository at this point in the history
  2. Fix changelog

    dyladan committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    5794fbc View commit details
    Browse the repository at this point in the history
  3. Do not export getTimeOrigin

    dyladan committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    7890388 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. Apply shift to shim spans

    dyladan committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    a764b2b View commit details
    Browse the repository at this point in the history
  2. Lint

    dyladan committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    e991a6c View commit details
    Browse the repository at this point in the history
  3. Lint

    dyladan committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    4405fc0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ee10895 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    27d72df View commit details
    Browse the repository at this point in the history
  6. Remove unused imports

    dyladan committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    44d9dc5 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'simple-fix-timestamps' of github.com:dyladan/openteleme…

    …try-js into simple-fix-timestamps
    dyladan committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    2a5fc2f View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. Fix drift calculation

    dyladan committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    0149f56 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. Configuration menu
    Copy the full SHA
    7c540fe View commit details
    Browse the repository at this point in the history
  2. Remove bad import

    dyladan committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    7626ca2 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2022

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

Commits on Jan 3, 2023

  1. Configuration menu
    Copy the full SHA
    488b5da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9cc92bf View commit details
    Browse the repository at this point in the history
  3. Fetch changelog

    dyladan committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    8bddc96 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. Configuration menu
    Copy the full SHA
    91cfd37 View commit details
    Browse the repository at this point in the history
  2. Test addHrTimes

    dyladan committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    63f3b2c View commit details
    Browse the repository at this point in the history
  3. lint

    dyladan committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    e66b75f View commit details
    Browse the repository at this point in the history
  4. lint

    dyladan committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    b848140 View commit details
    Browse the repository at this point in the history
  5. lint

    dyladan committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    f4c1be0 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Fix flaky test

    dyladan committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    8c48a34 View commit details
    Browse the repository at this point in the history
  2. lint

    dyladan committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    6790d17 View commit details
    Browse the repository at this point in the history
  3. Use perf timer for perf API

    dyladan committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    3b61190 View commit details
    Browse the repository at this point in the history
  4. Apply date fix to xhr

    dyladan committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    5614bcb View commit details
    Browse the repository at this point in the history
  5. Changelog

    dyladan committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    f6d88aa View commit details
    Browse the repository at this point in the history
  6. lint

    dyladan committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    e763118 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. Configuration menu
    Copy the full SHA
    03c96c0 View commit details
    Browse the repository at this point in the history
  2. Review comments

    dyladan committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    fd2398d View commit details
    Browse the repository at this point in the history
  3. Fix flaky test

    dyladan committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    830c799 View commit details
    Browse the repository at this point in the history