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

AsyncReporter/SpanHandler: make queuedMaxBytes=0 disable pre-flight size checks #260

Merged
merged 8 commits into from
Apr 12, 2024

Commits on Apr 12, 2024

  1. AsyncReporter/SpanHandler: make queuedMaxBytes=0 disable pre-flight s…

    …ize checks
    
    Signed-off-by: Andriy Redko <drreta@gmail.com>
    reta committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    67a9eae View commit details
    Browse the repository at this point in the history
  2. Remove messageMaxBytes fro AsyncReporter::report in favor of postponi…

    …ng them till flushing occurs
    
    Signed-off-by: Andriy Redko <drreta@gmail.com>
    reta committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    b1f5195 View commit details
    Browse the repository at this point in the history
  3. Address code review comments

    Signed-off-by: Andriy Redko <drreta@gmail.com>
    reta committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    81c97ed View commit details
    Browse the repository at this point in the history
  4. general idea

    Signed-off-by: Adrian Cole <adrian@tetrate.io>
    Adrian Cole authored and reta committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    1474109 View commit details
    Browse the repository at this point in the history
  5. Remove count(), maxBytes() and sizeInBytes() from BoundedQueue

    Signed-off-by: Andriy Redko <drreta@gmail.com>
    reta committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    ea6bd61 View commit details
    Browse the repository at this point in the history
  6. Fixed CountBoundedQueue to respect messageMaxBytes and report metrics…

    … propertly, added tests
    
    Signed-off-by: Andriy Redko <drreta@gmail.com>
    reta committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    ee98443 View commit details
    Browse the repository at this point in the history
  7. Fix CountBoundedQueue draining for oversized spans

    Signed-off-by: Andriy Redko <drreta@gmail.com>
    reta committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    9705256 View commit details
    Browse the repository at this point in the history
  8. Minor formatting fixes and code simplification

    Signed-off-by: Andriy Redko <drreta@gmail.com>
    reta committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    4369ade View commit details
    Browse the repository at this point in the history