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

[7.6] Reduce memory usage of elasticsearch.index metricset (#16538) #17070

Merged
merged 3 commits into from
Mar 19, 2020

Commits on Mar 19, 2020

  1. Reduce memory usage of elasticsearch.index metricset (elastic#16538)

    * [Debugging only!] Add charts to see memory usage over time.
    
    THIS COMMIT MUST BE REMOVED AT THE END!!!
    
    * [Debugging only] Disable validation so we can test only index metricset
    
    * Streaming parser
    
    * Removing debugcharts
    
    * Replace maps with structs
    
    * Running go mod tidy
    
    * Pass pointer
    
    * Uncomment code
    
    * Reverting unnecessary changes
    
    * Adding CHANGELOG entry
    
    * Incorporating benchmark test
    
    * Removing unnecessary nil check
    ycombinator committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    1ab87dc View commit details
    Browse the repository at this point in the history
  2. Fixing up CHANGELOG

    ycombinator committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    2069665 View commit details
    Browse the repository at this point in the history
  3. Fixing up bad rebase

    ycombinator committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    4eb24c9 View commit details
    Browse the repository at this point in the history