Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Releases: opendistro-for-elasticsearch/performance-analyzer

Version 1.0.0.0 (Version compatible with elasticsearch 7.0.1)

02 Jul 16:34
8a564dd
Compare
Choose a tag to compare

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)

19 Apr 06:35
0413283
Compare
Choose a tag to compare

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)

04 Apr 22:19
d195d44
Compare
Choose a tag to compare

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

03 Apr 20:25
98ff148
Compare
Choose a tag to compare

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.