You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 2, 2022. It is now read-only.
* Update PerformanceAnalyzerIT to work with opendistro-security
* Fix PerformanceAnalyzerIT causing build failure (#185)
* Fix PerformanceAnalyzerIT causing build failure
- Fix checkBit() logic in PerformanceAnalyzerClusterSettingHandler
- Remove unused imports from PerformanceAnalyzerIT
- Update PA artifacts to 1.10
* Update the Cache Hit, Miss and Eviction metrics to be emitted as delta increase/decrease (#174)
Update the Cache Hit, Miss and Eviction metrics to be emitted as delta increase/decrease.
Emitting the cache hit, miss and eviction metrics as delta rather than absolute values. ES reports these metrics from beginning of process/post an invalidateAll() event/ post cache clear. This change calculated the metrics count delta between each sampling to correctly reflect the increase/decrease in the metric count for the evaluation Interval (5seconds for us). This is done for FieldData, Shard Request and Node Query Cache.
Co-authored-by: Jindal <[email protected]>
Co-authored-by: Aditya Jindal <[email protected]>
Co-authored-by: Sid Narayan <[email protected]>
Co-authored-by: Aditya Jindal <[email protected]>
Co-authored-by: Jindal <[email protected]>
Co-authored-by: Aditya Jindal <[email protected]>
Copy file name to clipboardExpand all lines: src/main/java/com/amazon/opendistro/elasticsearch/performanceanalyzer/collectors/NodeStatsAllShardsMetricsCollector.java
Copy file name to clipboardExpand all lines: src/main/java/com/amazon/opendistro/elasticsearch/performanceanalyzer/collectors/NodeStatsFixedShardsMetricsCollector.java
Copy file name to clipboardExpand all lines: src/main/java/com/amazon/opendistro/elasticsearch/performanceanalyzer/config/setting/handler/PerformanceAnalyzerClusterSettingHandler.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,10 @@ public class PerformanceAnalyzerClusterSettingHandler implements ClusterSettingL
0 commit comments