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

Version 1.13.0.0 (Version compatible with elasticsearch 7.10.2)

Compare
Choose a tag to compare
@adityaj1107 adityaj1107 released this 03 Feb 19:02
53e5dd4

2021-02-02 Version 1.13.0.0 (Current)

Supported Elasticsearch version 7.10.2

Features

Enhancements

Bug fixes

Infrastructure

  • Changing metricsDB provider while executing an integTest (#523)
  • add new enum to log stale metrics count (#520)

Documentation

  • Add retries for failed tests. Upload gradle reports as artifacts (#527)
  • Add basic retry mechanism for clients (#539)
  • Add more operational metrics for metrics processing (#534)
  • Add uts for BatchMetricsEnabledSampler (#540)

Maintenance

  • Upgrade dom4j to 2.1.3+ (#522)
  • Fix Docker build issues introduced with 1.11/1.12 (#530)
  • Adding fix for concurrency issue for Reader (#533)
  • Fixing the metrics names (#537)
  • Throw DataAccessException for queryMetric (#541)
  • Use Paths.get instead of Path.of for jdk8 compatibility (543)
  • Fix implementation of isCollectorCMS() in YoungGenRca (#504)
  • Update the metricsDB instance for the gauntlet tests without a scheduler restart (#528)
  • Gauntlet test - Add consolidate IT when JVM / queue rejection metrics are issued one after another (#547)
  • Add a class that makes testing MetricsCollectors easier (#518)
  • Upgrade dependency bouncycastle (#549)
  • Changes the Naming Convention as per ODFE Conventions (#553)
  • Fix jackson cve (#554)

Refactoring