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

Support Tail Based Sampling Processor From OTEL Collector Extension #5878

Merged
merged 30 commits into from
Aug 31, 2024

Commits on Aug 31, 2024

  1. Add Dependencies

    Signed-off-by: Mahad Zaryab <mahadzaryab1@gmail.com>
    mahadzaryab1 committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    e55ddca View commit details
    Browse the repository at this point in the history
  2. Include Load Balancing Exporter And Tail Sampling Processor

    Signed-off-by: Mahad Zaryab <mahadzaryab1@gmail.com>
    mahadzaryab1 committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    822da09 View commit details
    Browse the repository at this point in the history
  3. Remove Load Balancing Exporter

    Signed-off-by: Mahad Zaryab <mahadzaryab1@gmail.com>
    mahadzaryab1 committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    1d08303 View commit details
    Browse the repository at this point in the history
  4. Set Up Tail Sampling Example

    Signed-off-by: Mahad Zaryab <mahadzaryab1@gmail.com>
    mahadzaryab1 committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    29d64f0 View commit details
    Browse the repository at this point in the history
  5. Add Makefile To Example

    Signed-off-by: Mahad Zaryab <mahadzaryab1@gmail.com>
    mahadzaryab1 committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    191252c View commit details
    Browse the repository at this point in the history
  6. Use Tracegen And Simplify Config

    Signed-off-by: Mahad Zaryab <mahadzaryab1@gmail.com>
    mahadzaryab1 committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    2cde4aa View commit details
    Browse the repository at this point in the history
  7. Add Makefile Target For Running Tail Sampling Integration Test

    Signed-off-by: Mahad Zaryab <mahadzaryab1@gmail.com>
    mahadzaryab1 committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    f5d5d54 View commit details
    Browse the repository at this point in the history
  8. Add Jaeger Config Files For Tail Sampling Integration Test

    Signed-off-by: Mahad Zaryab <mahadzaryab1@gmail.com>
    mahadzaryab1 committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    776e054 View commit details
    Browse the repository at this point in the history
  9. Flip Policies In Config Files

    Signed-off-by: Mahad Zaryab <mahadzaryab1@gmail.com>
    mahadzaryab1 committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    15a5eaf View commit details
    Browse the repository at this point in the history
  10. Add E2E Integration Test For Tail Sampling Processor

    Signed-off-by: Mahad Zaryab <mahadzaryab1@gmail.com>
    mahadzaryab1 committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    c7e29d1 View commit details
    Browse the repository at this point in the history
  11. Add Github Workflow For Tail Sampling Processor Integration Test

    Signed-off-by: Mahad Zaryab <mahadzaryab1@gmail.com>
    mahadzaryab1 committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    1708da5 View commit details
    Browse the repository at this point in the history
  12. Make Tracegen Generate Traces Based on Time in Compose Setup

    Signed-off-by: Mahad Zaryab <mahadzaryab1@gmail.com>
    mahadzaryab1 committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    3c8ba97 View commit details
    Browse the repository at this point in the history
  13. Run Formatter

    Signed-off-by: Mahad Zaryab <mahadzaryab1@gmail.com>
    mahadzaryab1 committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    65d8275 View commit details
    Browse the repository at this point in the history
  14. Address Feedback From PR Review

    Signed-off-by: Mahad Zaryab <mahadzaryab1@gmail.com>
    mahadzaryab1 committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    f5fdec9 View commit details
    Browse the repository at this point in the history
  15. Format YAML Files

    Signed-off-by: Mahad Zaryab <mahadzaryab1@gmail.com>
    mahadzaryab1 committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    3bb6791 View commit details
    Browse the repository at this point in the history
  16. Clean Up Makefile

    Signed-off-by: Mahad Zaryab <mahadzaryab1@gmail.com>
    mahadzaryab1 committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    3255541 View commit details
    Browse the repository at this point in the history
  17. Add Healthcheck Extension To Config Files

    Signed-off-by: Mahad Zaryab <mahadzaryab1@gmail.com>
    mahadzaryab1 committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    e2f5e99 View commit details
    Browse the repository at this point in the history
  18. Address Feedback From PR Review

    Signed-off-by: Mahad Zaryab <mahadzaryab1@gmail.com>
    mahadzaryab1 committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    9d7ff20 View commit details
    Browse the repository at this point in the history
  19. Bump Default To Latest Version of OTEL Collector Contrib Image

    Signed-off-by: Mahad Zaryab <mahadzaryab1@gmail.com>
    mahadzaryab1 committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    aee60fc View commit details
    Browse the repository at this point in the history
  20. undo go.mod

    Signed-off-by: Yuri Shkuro <github@ysh.us>
    yurishkuro committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    9fa0de4 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    44eb90e View commit details
    Browse the repository at this point in the history
  22. update go.mod

    Signed-off-by: Yuri Shkuro <github@ysh.us>
    yurishkuro committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    124ca49 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    bd6fd79 View commit details
    Browse the repository at this point in the history
  24. Make Test Logging Unconditional

    Signed-off-by: Mahad Zaryab <mahadzaryab1@gmail.com>
    mahadzaryab1 committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    91ae10c View commit details
    Browse the repository at this point in the history
  25. Fix Docker Compose Setup

    Signed-off-by: Mahad Zaryab <mahadzaryab1@gmail.com>
    mahadzaryab1 committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    dc9ab9b View commit details
    Browse the repository at this point in the history
  26. Remove Endpoints From Config That Are Not Needed

    Signed-off-by: Mahad Zaryab <mahadzaryab1@gmail.com>
    mahadzaryab1 committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    1fb1d65 View commit details
    Browse the repository at this point in the history
  27. Get Combined Output For Tracegen

    Signed-off-by: Mahad Zaryab <mahadzaryab1@gmail.com>
    mahadzaryab1 committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    6a00d65 View commit details
    Browse the repository at this point in the history
  28. More Cleanup For Docker Setup

    Signed-off-by: Mahad Zaryab <mahadzaryab1@gmail.com>
    mahadzaryab1 committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    49a9c03 View commit details
    Browse the repository at this point in the history
  29. Address Feedback From PR Review

    Signed-off-by: Mahad Zaryab <mahadzaryab1@gmail.com>
    mahadzaryab1 committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    603fb63 View commit details
    Browse the repository at this point in the history
  30. Update README Documenting Setup Of Tail Sampling Processor

    Signed-off-by: Mahad Zaryab <mahadzaryab1@gmail.com>
    mahadzaryab1 committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    c50ded3 View commit details
    Browse the repository at this point in the history