v0.4.0
0.4.0 (November 27, 2020)
NOTES:
- the generator has been improved and the same logic has been used to generate modules readme in addition to the detectors.
- this version reworks the
scripts
andcommon
root directories organization which is used only internally (i.e. by the CI) so there is not breaking change for the user - more "common" files have been used to "share" same code with symlink from detectors modules like for
version.tf
ormodules.tf
.
NEW FEATURES:
- add MPL Licence (#138)
- add Code of conduct (#140)
- add how to contribute (#160)
- add issues templates for users reporting (#136)
- generate readme of all detectors modules from yaml config (#97)
- aws-ecs-*: add readme with note about fargate/ec2 split (#97)
- tomcat: add new detectors module (#162)
- memcached: add new detectors module (#170)
- mongodb: add new detectors module (#120)
- varnish: add heartbeat detector (#169)
- azure-cosmosdb: add ru capacity detector (#163)
- azure-servicebus: add throttling detector (#167)
ENHANCEMENTS:
- CI speed up, refactor, upgrade setup modules and limit execution to changes scope only (#109)
- azure-cosmosdb: cleanup unused dependencies (#166)
- elasticsearch: remove not relevant evictions detectors (#173)
- rabbitmq-broker: aggregate per broker by default (#176)
- http: handle the case where different monitors produce datapoints on the same MTS (#178)
- haproxy: filter only on
server
andfrontend
by default to avoid unnecessary alerts (#189)
BUG FIXES: