Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

All spans of a trace share sampling state #377

Merged
merged 33 commits into from
Aug 29, 2019

Commits on Aug 26, 2019

  1. All spans of a trace share sampling state

    Signed-off-by: Joe Farro <[email protected]>
    tiffon authored and Yuri Shkuro committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    c82c4d7 View commit details
    Browse the repository at this point in the history
  2. Un-move code, new methods are private, misc tweaks

    Signed-off-by: Joe Farro <[email protected]>
    tiffon authored and Yuri Shkuro committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    c31fa61 View commit details
    Browse the repository at this point in the history
  3. Extend the timeout for a flaky udp test

    Signed-off-by: Joe Farro <[email protected]>
    tiffon authored and Yuri Shkuro committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    fab133b View commit details
    Browse the repository at this point in the history
  4. Bump timeout for slow tests, consistent CI distro

    Signed-off-by: Joe Farro <[email protected]>
    tiffon authored and Yuri Shkuro committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    441b5df View commit details
    Browse the repository at this point in the history
  5. Undo moving of functions

    Signed-off-by: Yuri Shkuro <[email protected]>
    Yuri Shkuro committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    252234b View commit details
    Browse the repository at this point in the history
  6. Use base class for V2 samplers

    Signed-off-by: Yuri Shkuro <[email protected]>
    Yuri Shkuro committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    ff9cfe8 View commit details
    Browse the repository at this point in the history
  7. Return SamplingDecision from new samplers

    Signed-off-by: Yuri Shkuro <[email protected]>
    Yuri Shkuro committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    c60bae1 View commit details
    Browse the repository at this point in the history
  8. Fix rebase issues

    Signed-off-by: Yuri Shkuro <[email protected]>
    Yuri Shkuro committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    2c92d9c View commit details
    Browse the repository at this point in the history
  9. Simplify v1 adapter

    Signed-off-by: Yuri Shkuro <[email protected]>
    Yuri Shkuro committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    7a19f4a View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2019

  1. Cleaning up

    Signed-off-by: Yuri Shkuro <[email protected]>
    Yuri Shkuro committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    22ed6aa View commit details
    Browse the repository at this point in the history
  2. Fix test/span.js

    Signed-off-by: Yuri Shkuro <[email protected]>
    Yuri Shkuro committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    fc618bd View commit details
    Browse the repository at this point in the history
  3. Fix test/tracer.js

    Signed-off-by: Yuri Shkuro <[email protected]>
    Yuri Shkuro committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    7a61c5f View commit details
    Browse the repository at this point in the history
  4. Fix more tests

    Signed-off-by: Yuri Shkuro <[email protected]>
    Yuri Shkuro committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    c74ffba View commit details
    Browse the repository at this point in the history
  5. Undo blank line

    Signed-off-by: Yuri Shkuro <[email protected]>
    Yuri Shkuro committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    456fe75 View commit details
    Browse the repository at this point in the history
  6. Prettify

    Signed-off-by: Yuri Shkuro <[email protected]>
    Yuri Shkuro committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    5412247 View commit details
    Browse the repository at this point in the history
  7. Fix flow error

    Signed-off-by: Yuri Shkuro <[email protected]>
    Yuri Shkuro committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    4709f28 View commit details
    Browse the repository at this point in the history
  8. Add more tests

    Signed-off-by: Yuri Shkuro <[email protected]>
    Yuri Shkuro committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    9c45195 View commit details
    Browse the repository at this point in the history
  9. Clean-up

    Signed-off-by: Yuri Shkuro <[email protected]>
    Yuri Shkuro committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    0a274c4 View commit details
    Browse the repository at this point in the history
  10. Restore previous tests

    Signed-off-by: Yuri Shkuro <[email protected]>
    Yuri Shkuro committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    56abd5c View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2019

  1. Cleanup tests

    Signed-off-by: Yuri Shkuro <[email protected]>
    Yuri Shkuro committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    c832b14 View commit details
    Browse the repository at this point in the history
  2. Use legacy const sampler

    Signed-off-by: Yuri Shkuro <[email protected]>
    Yuri Shkuro committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    7fd9beb View commit details
    Browse the repository at this point in the history
  3. Fix imports

    Signed-off-by: Yuri Shkuro <[email protected]>
    Yuri Shkuro committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    9fa50bf View commit details
    Browse the repository at this point in the history
  4. Use legacy ConstSampler

    Signed-off-by: Yuri Shkuro <[email protected]>
    Yuri Shkuro committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    e011c99 View commit details
    Browse the repository at this point in the history
  5. Fix param order

    Signed-off-by: Yuri Shkuro <[email protected]>
    Yuri Shkuro committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    d2616b3 View commit details
    Browse the repository at this point in the history
  6. Remove flow again

    Signed-off-by: Yuri Shkuro <[email protected]>
    Yuri Shkuro committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    4169b29 View commit details
    Browse the repository at this point in the history
  7. Remove v2 ConstSampler for now; add tests

    Signed-off-by: Yuri Shkuro <[email protected]>
    Yuri Shkuro committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    8a4b5cb View commit details
    Browse the repository at this point in the history
  8. Fix flow errors

    Signed-off-by: Yuri Shkuro <[email protected]>
    Yuri Shkuro committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    924712a View commit details
    Browse the repository at this point in the history
  9. Remove inheritance

    Signed-off-by: Yuri Shkuro <[email protected]>
    Yuri Shkuro committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    2e1cfd5 View commit details
    Browse the repository at this point in the history
  10. Add comments;

    Signed-off-by: Yuri Shkuro <[email protected]>
    Yuri Shkuro committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    e5ac5fb View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2019

  1. Add firehose flag test

    Signed-off-by: Yuri Shkuro <[email protected]>
    Yuri Shkuro committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    669dbff View commit details
    Browse the repository at this point in the history
  2. Add tests for adapter

    Signed-off-by: Yuri Shkuro <[email protected]>
    Yuri Shkuro committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    cbc4b2f View commit details
    Browse the repository at this point in the history
  3. Fix flow

    Signed-off-by: Yuri Shkuro <[email protected]>
    Yuri Shkuro committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    75e6d4a View commit details
    Browse the repository at this point in the history
  4. Add toString test

    Signed-off-by: Yuri Shkuro <[email protected]>
    Yuri Shkuro committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    ecf631e View commit details
    Browse the repository at this point in the history