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

fix: Updated Elasticsearch instrumentation to only register on v7.13.0+ #1816

Merged
merged 6 commits into from Oct 17, 2023

Commits on Oct 16, 2023

  1. chore: Added tests to verify coverage of ElasticSearch v7.16.0+ and n…

    …oop for earlier
    
    Signed-off-by: mrickard <maurice@mauricerickard.com>
    mrickard committed Oct 16, 2023
    Copy the full SHA
    aa42ee2 View commit details
    Browse the repository at this point in the history
  2. fix: Added tests for ElasticSearch instrumentation for 7.13.0 and abo…

    …ve. Consolidated supported versioned tests to one file
    
    Signed-off-by: mrickard <maurice@mauricerickard.com>
    mrickard committed Oct 16, 2023
    Copy the full SHA
    7c8061b View commit details
    Browse the repository at this point in the history
  3. chore: Updated JSDoc for ElasticSearch getConnection

    Signed-off-by: mrickard <maurice@mauricerickard.com>
    mrickard committed Oct 16, 2023
    Copy the full SHA
    1df18b0 View commit details
    Browse the repository at this point in the history
  4. chore: Moved isSimpleObject to util.

    Signed-off-by: mrickard <maurice@mauricerickard.com>
    mrickard committed Oct 16, 2023
    Copy the full SHA
    32c4dbf View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. chore: Added non-empty object check, updated noop logging

    Signed-off-by: mrickard <maurice@mauricerickard.com>
    mrickard committed Oct 17, 2023
    Copy the full SHA
    e04c4b7 View commit details
    Browse the repository at this point in the history
  2. chore: Added unit tests for object functions, corrected comments, con…

    …densed assignments
    
    Signed-off-by: mrickard <maurice@mauricerickard.com>
    mrickard committed Oct 17, 2023
    Copy the full SHA
    a40d5d5 View commit details
    Browse the repository at this point in the history