-
Notifications
You must be signed in to change notification settings - Fork 0
/
release-notes
47 lines (34 loc) · 2.43 KB
/
release-notes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
## Version 1.3.0 (Version compatible with elasticsearch 7.3.2)
## New Features
This is the release of the Open Distro Performance Analyzer that will work with elasticsearch 7.3.2
Backporting fixes from master
## Version 1.2.0 (Version compatible with elasticsearch 7.2.0)
## New Features
This is the release of the Open Distro Performance Analyzer that will work with elasticsearch 7.2.0
## Version 1.1.0 (Version compatible with elasticsearch 7.1.1)
## New Features
This is the release of the Open Distro Performance Analyzer that will work with elasticsearch 7.1.1
## Version 1.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)
## 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 https://github.com/opendistro-for-elasticsearch/performance-analyzer/pull/15
## 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
https://github.com/opendistro-for-elasticsearch/performance-analyzer/pull/16
## Bug fixes
Bad File Descriptor Fix: Close not handled properly on sun.tools.attach.VirtualMachineImpl$SocketInputStream; fixed it on the Client side
https://github.com/opendistro-for-elasticsearch/performance-analyzer/pull/20
Close DB Connection on reader restart
https://github.com/opendistro-for-elasticsearch/performance-analyzer/commit/ab841cd462717d1a05da08028e63414887d8d71a
## 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.