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

ddtrace/tracer: create debug mode for old, open spans #2149

Merged
merged 35 commits into from
Aug 18, 2023

Commits on Jul 24, 2023

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

Commits on Jul 25, 2023

  1. typo fix to reportOpenSpans

    hannahkm committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    b150b1d View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. custom linked list and tests

    note: tests are very slow. future commit hopefully will fix
    hannahkm committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    341ee11 View commit details
    Browse the repository at this point in the history
  2. fix mistake in tests

    hannahkm committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    43af0c6 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

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

Commits on Aug 1, 2023

  1. change log level to warn

    hannahkm committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    0990b67 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    7312db9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e029583 View commit details
    Browse the repository at this point in the history
  3. fix error while merging

    hannahkm committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    a71e1b9 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

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

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    dd9a565 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9143c09 View commit details
    Browse the repository at this point in the history
  3. remove extra comments

    hannahkm committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    d4dc06a View commit details
    Browse the repository at this point in the history
  4. fix cilint

    hannahkm committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    da608da View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cebcaaf View commit details
    Browse the repository at this point in the history
  6. remove locks from code

    hannahkm committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    80978da View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Configuration menu
    Copy the full SHA
    870b76b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    296a77a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9bea3b0 View commit details
    Browse the repository at this point in the history
  4. remove public print

    instead, we print all abandoned spans on tracer stop
    hannahkm committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    5d723db View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    b38206f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    388c9cf View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. switch to container/list

    hannahkm committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    ea79dfb View commit details
    Browse the repository at this point in the history
  2. truncate abandoned span logs

    hannahkm committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    46c0424 View commit details
    Browse the repository at this point in the history
  3. clean up typos

    hannahkm committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    7e2017b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a1eecee View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. new string methods

    hannahkm committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    5364a94 View commit details
    Browse the repository at this point in the history
  2. fixed missing duration check

    hannahkm committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    8329bf6 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. clarify abandoned span logs

    hannahkm committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    8d7a057 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

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

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    9b4c7d6 View commit details
    Browse the repository at this point in the history
  2. add tests for completeness

    hannahkm committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    9e1e417 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Configuration menu
    Copy the full SHA
    0eff316 View commit details
    Browse the repository at this point in the history
  2. remove commented test

    hannahkm committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    7c0f935 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d7bb8f View commit details
    Browse the repository at this point in the history