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

align elasticsearch body capturing with other agents #1013

Merged
merged 6 commits into from Jan 28, 2021

Commits on Jan 20, 2021

  1. align elasticsearch body capturing with other agents

    See elastic/apm#55
    
    This also allows us to get rid of a hack we used to pass the API method
    and an unserialized version of the body to the instrumentation. Neither
    is used anymore, so we can skip that part of the instrumentation.
    
    This does also mean that we stop capturing the body for some methods,
    specifically `update` and `delete_by_query`.
    
    closes elastic#419
    beniwohli committed Jan 20, 2021
    Copy the full SHA
    ba472f7 View commit details
    Browse the repository at this point in the history
  2. fix test code

    using params=None never made sense here
    beniwohli committed Jan 20, 2021
    Copy the full SHA
    578f8c6 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2021

  1. Copy the full SHA
    a7c7654 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2a0a026 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2021

  1. Copy the full SHA
    1bf830d View commit details
    Browse the repository at this point in the history
  2. Add CHANGELOG

    basepi committed Jan 28, 2021
    Copy the full SHA
    43dce2d View commit details
    Browse the repository at this point in the history