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

[jaeger-v2] Add support for artificial jaeger storage receiver #5242

Merged
merged 14 commits into from
Mar 4, 2024

Commits on Mar 1, 2024

  1. [WIP] add support to receiver from jaeger_storage

    Signed-off-by: James Ryans <[email protected]>
    james-ryans committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    840bb4e View commit details
    Browse the repository at this point in the history
  2. add support storage receiver

    Signed-off-by: James Ryans <[email protected]>
    james-ryans committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    ceeab3f View commit details
    Browse the repository at this point in the history
  3. add unit tests to storage receiver

    Signed-off-by: James Ryans <[email protected]>
    james-ryans committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    da4451e View commit details
    Browse the repository at this point in the history
  4. update go.mod dependencies

    Signed-off-by: James Ryans <[email protected]>
    james-ryans committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    a33c866 View commit details
    Browse the repository at this point in the history
  5. update copyrights

    Signed-off-by: James Ryans <[email protected]>
    james-ryans committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    c8d3b84 View commit details
    Browse the repository at this point in the history
  6. add README.md to explain this is artificial receiver

    Signed-off-by: James Ryans <[email protected]>
    james-ryans committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    84e5845 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. abstract the storage ext and mock to improve coverage

    Signed-off-by: James Ryans <[email protected]>
    james-ryans committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    2f5f2e0 View commit details
    Browse the repository at this point in the history
  2. add a configurable pull interval to storage receiver

    Signed-off-by: James Ryans <[email protected]>
    james-ryans committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    ffd73ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    063fdcd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    80ca79a View commit details
    Browse the repository at this point in the history
  5. remove checking consumedTraces len

    Signed-off-by: James Ryans <[email protected]>
    james-ryans committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    3d6cfe7 View commit details
    Browse the repository at this point in the history
  6. refactor unit tests

    Signed-off-by: James Ryans <[email protected]>
    james-ryans committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    14224ef View commit details
    Browse the repository at this point in the history
  7. add field explanation and example in README.md

    Signed-off-by: James Ryans <[email protected]>
    james-ryans committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    2aaf536 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. change trace_storage definition in README.md

    Signed-off-by: James Ryans <[email protected]>
    james-ryans committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    efcf080 View commit details
    Browse the repository at this point in the history