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

sampler and span processor prototype implementations for consistent sampling #226

Merged
merged 54 commits into from
Apr 20, 2022

Commits on Feb 4, 2022

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

Commits on Feb 7, 2022

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

Commits on Feb 14, 2022

  1. Configuration menu
    Copy the full SHA
    6b4ba10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ca2625 View commit details
    Browse the repository at this point in the history
  3. Update consistent-sampling/src/main/java/io/opentelemetry/contrib/sam…

    …plers/ConsistentParentBasedSampler.java
    
    Co-authored-by: Anuraag Agrawal <anuraaga@gmail.com>
    oertl and anuraaga committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    038f803 View commit details
    Browse the repository at this point in the history
  4. reverted some changes

    oertl committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    a686b3a View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. Configuration menu
    Copy the full SHA
    08bbc40 View commit details
    Browse the repository at this point in the history
  2. added javadoc

    oertl committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    9258ef4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    000ffea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f7911c3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b3459f9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0bbdb73 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    185f579 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    abb7e71 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

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

Commits on Mar 9, 2022

  1. Configuration menu
    Copy the full SHA
    90a2960 View commit details
    Browse the repository at this point in the history
  2. improved comment

    oertl committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    6f731b6 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. Configuration menu
    Copy the full SHA
    d40c0f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    775ca52 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ffe08f View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2022

  1. Update consistent-sampling/src/main/java/io/opentelemetry/contrib/sta…

    …te/OtelTraceState.java
    
    Co-authored-by: Joshua MacDonald <jmacd@users.noreply.github.com>
    oertl and jmacd committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    a82eee6 View commit details
    Browse the repository at this point in the history
  2. Update consistent-sampling/src/main/java/io/opentelemetry/contrib/sta…

    …te/OtelTraceState.java
    
    Co-authored-by: Joshua MacDonald <jmacd@users.noreply.github.com>
    oertl and jmacd committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    6e8a38a View commit details
    Browse the repository at this point in the history
  3. Update consistent-sampling/src/main/java/io/opentelemetry/contrib/sta…

    …te/OtelTraceState.java
    
    Co-authored-by: Joshua MacDonald <jmacd@users.noreply.github.com>
    oertl and jmacd committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    ae9670b View commit details
    Browse the repository at this point in the history
  4. Update consistent-sampling/src/main/java/io/opentelemetry/contrib/sta…

    …te/OtelTraceState.java
    
    Co-authored-by: Joshua MacDonald <jmacd@users.noreply.github.com>
    oertl and jmacd committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    83c21f4 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. Update consistent-sampling/src/main/java/io/opentelemetry/contrib/sam…

    …plers/ConsistentComposedAndSampler.java
    
    Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
    oertl and trask committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    35d0373 View commit details
    Browse the repository at this point in the history
  2. Update consistent-sampling/src/main/java/io/opentelemetry/contrib/sam…

    …plers/ConsistentComposedOrSampler.java
    
    Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
    oertl and trask committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    348a240 View commit details
    Browse the repository at this point in the history
  3. Update consistent-sampling/src/main/java/io/opentelemetry/contrib/sam…

    …plers/ConsistentRateLimitingSampler.java
    
    Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
    oertl and trask committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    0afaa2f View commit details
    Browse the repository at this point in the history
  4. Update consistent-sampling/src/main/java/io/opentelemetry/contrib/sam…

    …plers/ConsistentParentBasedSampler.java
    
    Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
    oertl and trask committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    f63bb0b View commit details
    Browse the repository at this point in the history
  5. Update consistent-sampling/src/main/java/io/opentelemetry/contrib/sam…

    …plers/ConsistentSampler.java
    
    Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
    oertl and trask committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    aaffdd7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    56eec39 View commit details
    Browse the repository at this point in the history
  7. Update consistent-sampling/src/main/java/io/opentelemetry/contrib/sta…

    …te/OtelTraceState.java
    
    Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
    oertl and trask committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    667e1f7 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'consistent-sampling' of github.com:dynatrace-oss-contri…

    …b/opentelemetry-java-contrib into consistent-sampling
    oertl committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    7910939 View commit details
    Browse the repository at this point in the history
  9. removed nonnull annotation

    oertl committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    3fae630 View commit details
    Browse the repository at this point in the history
  10. renamed variable s -> pair

    oertl committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    5040a74 View commit details
    Browse the repository at this point in the history
  11. renamed char parameter r -> c

    oertl committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    e0041c0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    767e52f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c18dcfe View commit details
    Browse the repository at this point in the history
  14. simplified isValueByte method

    oertl committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    be68ff2 View commit details
    Browse the repository at this point in the history
  15. Update consistent-sampling/src/main/java/io/opentelemetry/contrib/sta…

    …te/OtelTraceState.java
    
    Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
    oertl and trask committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    30e42e3 View commit details
    Browse the repository at this point in the history
  16. Merge branch 'consistent-sampling' of github.com:dynatrace-oss-contri…

    …b/opentelemetry-java-contrib into consistent-sampling
    oertl committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    d209258 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7f58aa1 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    938382a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    630b157 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    1dca6f4 View commit details
    Browse the repository at this point in the history
  21. added javadoc

    oertl committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    09cc3a0 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    15a8d50 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    f70454a View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    8d3a731 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    3b7f045 View commit details
    Browse the repository at this point in the history
  26. added some more test cases

    oertl committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    878c236 View commit details
    Browse the repository at this point in the history
  27. fixed typo

    oertl committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    6fc45cd View commit details
    Browse the repository at this point in the history
  28. removed unused method

    oertl committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    06cbeea View commit details
    Browse the repository at this point in the history
  29. refactored random generator

    oertl committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    edac8a9 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. made OtelTraceState and RandomGenerator package private and moved the…

    …m to samplers package
    oertl committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    da42018 View commit details
    Browse the repository at this point in the history