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

Added custom sampler support based on action in request #10136

Commits on Feb 7, 2024

  1. Added custom sampler support based on action in request

    Signed-off-by: Dev Agarwal <devagarwal1803@gmail.com>
    devagarwal1803 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    b0b5f52 View commit details
    Browse the repository at this point in the history
  2. UT Fix

    Signed-off-by: Dev Agarwal <devagarwal1803@gmail.com>
    devagarwal1803 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    6c7fa2f View commit details
    Browse the repository at this point in the history
  3. Added Transport action sampler, which will sample based on different …

    …probability for all actions
    
    Signed-off-by: Dev Agarwal <devagarwal1803@gmail.com>
    devagarwal1803 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    fa55e70 View commit details
    Browse the repository at this point in the history
  4. Added Transport action sampler, which will sample based on different …

    …probability for all actions. Also added setting to define order of samplers
    
    Signed-off-by: Dev Agarwal <devagarwal1803@gmail.com>
    devagarwal1803 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    42863a8 View commit details
    Browse the repository at this point in the history
  5. Added missing java-doc

    Signed-off-by: Dev Agarwal <devagarwal1803@gmail.com>
    devagarwal1803 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    ec0daab View commit details
    Browse the repository at this point in the history
  6. Moving sampler class settings to OtelTelemetry setting

    Signed-off-by: Dev Agarwal <devagarwal1803@gmail.com>
    devagarwal1803 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    0d09fbb View commit details
    Browse the repository at this point in the history
  7. Minor refactor

    Signed-off-by: Dev Agarwal <devagarwal1803@gmail.com>
    devagarwal1803 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    8c6aa65 View commit details
    Browse the repository at this point in the history
  8. Refactored to use chain of samplers

    Signed-off-by: Dev Agarwal <devagarwal1803@gmail.com>
    devagarwal1803 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    92ab035 View commit details
    Browse the repository at this point in the history
  9. Addressed comments

    Signed-off-by: Dev Agarwal <devagarwal1803@gmail.com>
    devagarwal1803 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    e9aed28 View commit details
    Browse the repository at this point in the history
  10. Addressed comments to move action_probability to OtelTelemetrySettings

    Signed-off-by: Dev Agarwal <devagarwal1803@gmail.com>
    devagarwal1803 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    4e130e6 View commit details
    Browse the repository at this point in the history
  11. Updated eror msg returned when Sampler class is not found

    Signed-off-by: Dev Agarwal <devagarwal1803@gmail.com>
    devagarwal1803 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    60429d8 View commit details
    Browse the repository at this point in the history
  12. Added UT for OTelSamplerFactory

    Signed-off-by: Dev Agarwal <devagarwal1803@gmail.com>
    devagarwal1803 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    6cf7db3 View commit details
    Browse the repository at this point in the history
  13. minor refactor

    Signed-off-by: Dev Agarwal <devagarwal1803@gmail.com>
    devagarwal1803 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    4eb99bf View commit details
    Browse the repository at this point in the history
  14. minor refactor

    Signed-off-by: Dev Agarwal <devagarwal1803@gmail.com>
    devagarwal1803 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    5f8060c View commit details
    Browse the repository at this point in the history
  15. spotless check

    Signed-off-by: Dev Agarwal <devagarwal1803@gmail.com>
    devagarwal1803 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    ff7c18c View commit details
    Browse the repository at this point in the history
  16. Updating OtelTelemetryPlugin.get() method

    Signed-off-by: Dev Agarwal <devagarwal1803@gmail.com>
    devagarwal1803 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    1fa76db View commit details
    Browse the repository at this point in the history
  17. Addressed comments

    Signed-off-by: Dev Agarwal <devagarwal1803@gmail.com>
    devagarwal1803 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    351e879 View commit details
    Browse the repository at this point in the history
  18. minor refactor

    Signed-off-by: Dev Agarwal <devagarwal1803@gmail.com>
    devagarwal1803 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    80be159 View commit details
    Browse the repository at this point in the history
  19. addressed comments

    Signed-off-by: Dev Agarwal <devagarwal1803@gmail.com>
    devagarwal1803 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    81f4f97 View commit details
    Browse the repository at this point in the history
  20. Updated transport action sampler

    Signed-off-by: Dev Agarwal <devagarwal1803@gmail.com>
    devagarwal1803 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    afe700c View commit details
    Browse the repository at this point in the history
  21. Empty-Commit

    Signed-off-by: Dev Agarwal <devagarwal1803@gmail.com>
    devagarwal1803 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    bbb454b View commit details
    Browse the repository at this point in the history
  22. Empty-Commit

    Signed-off-by: Dev Agarwal <devagarwal1803@gmail.com>
    devagarwal1803 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    9c3380d View commit details
    Browse the repository at this point in the history