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: adding support for single span matching #1357

Merged
merged 35 commits into from
Aug 2, 2022

Commits on Jun 27, 2022

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

Commits on Jun 29, 2022

  1. Configuration menu
    Copy the full SHA
    1f9b759 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d056ab1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd20964 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. Configuration menu
    Copy the full SHA
    408f38d View commit details
    Browse the repository at this point in the history
  2. removed outdated test

    dianashevchenko committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    f3de96c View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. refactored according to comments Moved traceSampler and singleSpanSam…

    …pler to a new struct; moved traceSampler code to a separate file; updated sampler to include rules from WithSamplingRules option where both types of rules can be set;
    dianashevchenko committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    a975fde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c465cae View commit details
    Browse the repository at this point in the history
  3. reworded log message

    dianashevchenko committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    db105b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    95ee83b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    92506eb View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

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

Commits on Jul 7, 2022

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

Commits on Jul 8, 2022

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

Commits on Jul 13, 2022

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

Commits on Jul 19, 2022

  1. Configuration menu
    Copy the full SHA
    b595aca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a134c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4d8d68 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1348caa View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. Configuration menu
    Copy the full SHA
    4ce0635 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f73819 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f33308b View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

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

Commits on Jul 22, 2022

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

Commits on Aug 1, 2022

  1. Configuration menu
    Copy the full SHA
    d295eee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1de6ded View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58ff019 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c0d7e02 View commit details
    Browse the repository at this point in the history
  5. fixed regex

    dianashevchenko committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    46b0fe6 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. Configuration menu
    Copy the full SHA
    e8d62c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bafbfd9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6dc3bc7 View commit details
    Browse the repository at this point in the history