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

[processor/filterprocessor] Ability to filter spans #6341

Merged
merged 45 commits into from
Jun 23, 2022

Commits on Jan 18, 2022

  1. processor/filterprocessor: Ability to filter spans

    Signed-off-by: John <[email protected]>
    boostchicken authored and jpkrohling committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    e2f2b63 View commit details
    Browse the repository at this point in the history
  2. processor/filterprocessor: Removing old useless code, fixing SkipScan…

    … usage to be correct
    
    Signed-off-by: John <[email protected]>
    boostchicken authored and jpkrohling committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    4ba3a6a View commit details
    Browse the repository at this point in the history
  3. Syntax cleanup

    Signed-off-by: John <[email protected]>
    boostchicken authored and jpkrohling committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    f0f8e91 View commit details
    Browse the repository at this point in the history
  4. Documentation cleanup

    Signed-off-by: John <[email protected]>
    boostchicken authored and jpkrohling committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    e2e5d49 View commit details
    Browse the repository at this point in the history
  5. Clear up keep logic

    Signed-off-by: John <[email protected]>
    boostchicken authored and jpkrohling committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    7c26c95 View commit details
    Browse the repository at this point in the history
  6. Removed extra loop that is no longer needed

    Signed-off-by: John <[email protected]>
    boostchicken authored and jpkrohling committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    138dbd6 View commit details
    Browse the repository at this point in the history
  7. Fixing future pipeline processing

    Signed-off-by: John <[email protected]>
    boostchicken authored and jpkrohling committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    f1d5ebb View commit details
    Browse the repository at this point in the history
  8. Added config test for traces

    Signed-off-by: John <[email protected]>
    boostchicken authored and jpkrohling committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    382fe62 View commit details
    Browse the repository at this point in the history
  9. Config and Factory testing

    More complete example
    
    Signed-off-by: John <[email protected]>
    boostchicken authored and jpkrohling committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    2f3912a View commit details
    Browse the repository at this point in the history
  10. Check resource and span for service.name

    Signed-off-by: John <[email protected]>
    boostchicken authored and jpkrohling committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    00bc404 View commit details
    Browse the repository at this point in the history
  11. Unit test for filtering and some filtering fixes

    Signed-off-by: John <[email protected]>
    boostchicken authored and jpkrohling committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    35595c8 View commit details
    Browse the repository at this point in the history
  12. Unit test for filtering and some filtering fixes

    Signed-off-by: John <[email protected]>
    boostchicken authored and jpkrohling committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    a4dce31 View commit details
    Browse the repository at this point in the history
  13. Code cleanup

    Signed-off-by: John <[email protected]>
    boostchicken authored and jpkrohling committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    a3d68bb View commit details
    Browse the repository at this point in the history
  14. Code cleanup

    Signed-off-by: John <[email protected]>
    boostchicken authored and jpkrohling committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    c612d40 View commit details
    Browse the repository at this point in the history
  15. Formatting code for readability

    Signed-off-by: John <[email protected]>
    boostchicken authored and jpkrohling committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    3d1ecd7 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    529f54e View commit details
    Browse the repository at this point in the history
  17. Added test for service name parsing from spans

    Signed-off-by: John <[email protected]>
    boostchicken authored and jpkrohling committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    061e9d3 View commit details
    Browse the repository at this point in the history
  18. Fixing lint error

    Signed-off-by: John <[email protected]>
    boostchicken authored and jpkrohling committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    10bdebf View commit details
    Browse the repository at this point in the history
  19. Fixing lint error

    Signed-off-by: John <[email protected]>
    boostchicken authored and jpkrohling committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    07be63b View commit details
    Browse the repository at this point in the history
  20. Fixing lint error

    Signed-off-by: John <[email protected]>
    boostchicken authored and jpkrohling committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    298ae76 View commit details
    Browse the repository at this point in the history
  21. Re generating

    Signed-off-by: John <[email protected]>
    boostchicken authored and jpkrohling committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    254b44b View commit details
    Browse the repository at this point in the history
  22. Re generating

    Signed-off-by: John <[email protected]>
    boostchicken authored and jpkrohling committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    d1caddd View commit details
    Browse the repository at this point in the history
  23. Update processor/filterprocessor/filter_processor_traces_test.go

    Co-authored-by: Juraci Paixão Kröhling <[email protected]>
    boostchicken and jpkrohling committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    e8ea488 View commit details
    Browse the repository at this point in the history
  24. Update processor/filterprocessor/filter_processor_traces.go

    Co-authored-by: Juraci Paixão Kröhling <[email protected]>
    boostchicken and jpkrohling committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    8ded3d1 View commit details
    Browse the repository at this point in the history
  25. Update processor/filterprocessor/filter_processor_traces.go

    Co-authored-by: Juraci Paixão Kröhling <[email protected]>
    boostchicken and jpkrohling committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    5ce4e73 View commit details
    Browse the repository at this point in the history
  26. Update README.md

    boostchicken authored and jpkrohling committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    31452ed View commit details
    Browse the repository at this point in the history
  27. Update README.md

    boostchicken authored and jpkrohling committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    d2bb4ee View commit details
    Browse the repository at this point in the history
  28. Update README.md

    boostchicken authored and jpkrohling committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    40b964e View commit details
    Browse the repository at this point in the history
  29. Update README.md

    boostchicken authored and jpkrohling committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    01f8e40 View commit details
    Browse the repository at this point in the history
  30. Update CHANGELOG.md

    boostchicken authored and jpkrohling committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    edb8fe7 View commit details
    Browse the repository at this point in the history
  31. Fixing small login hygiene issues

    boostchicken authored and jpkrohling committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    54bee73 View commit details
    Browse the repository at this point in the history
  32. Cleaning up asserts

    boostchicken authored and jpkrohling committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    2c603bd View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    00968f0 View commit details
    Browse the repository at this point in the history
  34. Wordsmithing

    boostchicken authored and jpkrohling committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    e3adc44 View commit details
    Browse the repository at this point in the history
  35. Moving to require

    boostchicken authored and jpkrohling committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    096619c View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

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

Commits on Jun 11, 2022

  1. Merge branch 'main' into filter_spans

    # Conflicts:
    #	CHANGELOG.md
    #	internal/coreinternal/processor/filterspan/filterspan.go
    #	processor/filterprocessor/factory.go
    #	processor/filterprocessor/factory_test.go
    boostchicken committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    1d0456d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    660bc0e View commit details
    Browse the repository at this point in the history
  3. Fixing documentation

    boostchicken committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    fe9ba1c View commit details
    Browse the repository at this point in the history
  4. Fixing documentation

    boostchicken committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    f24f7f3 View commit details
    Browse the repository at this point in the history
  5. ran make common

    boostchicken committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    fd5cc38 View commit details
    Browse the repository at this point in the history
  6. Removing bad unit test that is no longer needed

    Signed-off-by: John Dorman <[email protected]>
    boostchicken committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    e66ede6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    030f61b View commit details
    Browse the repository at this point in the history
  8. Tidying deps

    boostchicken committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    9f1c831 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

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