Releases: opendistro-for-elasticsearch/performance-analyzer
Version 1.0.0.0 (Version compatible with elasticsearch 7.0.1)
Version 1.0.0.0 (Version compatible with elasticsearch 7.0.1)
New Features
This is the release of the Open Distro Performance Analyzer that will work with elasticsearch 7.0.1
Version 0.9.0 (Version compatible with elasticsearch 6.7.1)
Version 0.9.0 (Version compatible with elasticsearch 6.7.1)
New Features
This is the release of the Open Distro Performance Analyzer that will work with elasticsearch 6.7.1
More Master metrics support: Master_Task_Queue_Time #15
Version 0.8.0 (Version compatible with elasticsearch 6.6.2)
Version 0.8.0 (Version compatible with elasticsearch 6.6.2)
New Features
This is the release of the Open Distro Performance Analyzer that will work with elasticsearch 6.6.2
Improvements
Better measurement granularity for Master Metrics
#16
Bug fixes
Bad File Descriptor Fix: Close not handled properly on sun.tools.attach.VirtualMachineImpl$SocketInputStream; fixed it on the Client side
#20
Close DB Connection on reader restart
ab841cd
Initial launch of performance analyzer for opendistro-for-elasticsearch
2019-01-31, Version 0.7.0 (Version compatible with elasticsearch 6.5.4)
New Features
This is the first release of the Open Distro Performance Analyzer.
Performance Analyzer has two components:
Performance Analyzer Plugin: Collects metrics across the stack and writes them to shared memory. As this is the plug-in, this will run within the Elasticsearch process.
Performance Analyzer Agent: A Java process that takes periodic snapshots of metrics collected by Plugin, and indexes them to provide a REST interface. The interface supports aggregations on metrics grouped by dimensions for a given time interval. More details of supported metrics, aggregations and dimensions can be found in the documentation.