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

elasticsearch: don't set body as db statement for bulk requests #2355

Merged
merged 3 commits into from
Mar 22, 2024

Commits on Mar 22, 2024

  1. elasticsearch: don't set body as db statement for bulk requests

    bulk requests can be too big and diverse to make sense as db statement.
    Other than that the sanitizer currently only handles dicts so it's
    crashing.
    
    Closes open-telemetry#2150
    
    Co-authored-by: Jason Mobarak <[email protected]>
    Co-authored-by: Quentin Pradet <[email protected]>
    3 people committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    2b2166d View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG

    xrmx committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    e70b6f9 View commit details
    Browse the repository at this point in the history
  3. Please the linter

    xrmx committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    2a8fdfe View commit details
    Browse the repository at this point in the history