v1.1.0
1.1.0 (January 11, 2021)
NOTES:
- The full list of detectors and severity is available on: https://github.com/claranet/terraform-signalfx-detectors/blob/master/docs/severity.md
make
targets are all be renamed and reworked, please check the development manual.
NEW FEATURES:
common
: addrunbook
variable atglobal
anddetector
levels. it could be used to link a documentation or dashboard link to help to understand the anomaly.common
: addtip
variable atdetector
level only. it could be used to insert mardown text to explain the check,possible causes of alert and even some tips to troubleshoot or resolve.common
: addteam_writers
atglobal
level only. it could be used to restrict permissions of detectors to a list of teams (#117)generator
: supportsunit
in alerting rules (#207)generator
: set theunit
asviz_options
(#107)generator
: supportsrollup
definition for metric (#211)generator
: supports additionalfilter
for metric (#231)generator
: supports custom ruledescription
and==
/!=
comparison logic (#233)smart-agent_cassandra-nodetool
: new module (#227)smart-agent_couchbase
: new module (#236)integration_azure-container-instance
: new module (#226)integration_azure-storage-account
: new module (#209)integration_azure-api-management-service
: new module (#199)integration_azure-event-hub
: new module (#204)integration_azure-application-gateway
: add capacity detector (#202)
ENHANCEMENTS:
makefile
bunch of improvements (see #223 for more detail) including module filter (#203)make
targets reworked to be clearer and easier to use (#230)smart-agent_nagios-status-check
: now uses the new nagios monitor adding events support (#201)integration_aws-elasticache
: lower free memory alerts severity (#219)
BUG FIXES:
- fix github issues templates broken caused by TOC comments
- fix severity detectors list sort (#238)
smart-agent_kubernetes-common
: fix typo in id (#224)integration_azure-app-service
: heartbeat uses fill instead of extrapolation to avoid wrong aggregation resultintegration_azure-storage-account-capacity
: fixUsedCapacity
scaling unit (#200)integration_azure-app-service
: fix false result replacing extrapolation byfill
(#198)
DOCUMENTATION:
- the environment, usage and development docs have been updated on commands usage (#237)
- add global severity matrix and replaces the detectors list in modules readmes (#234)
- the development manual has been updated including a TLDR and aims to be easier to start contributing.
- modules readme now includes all required metrics with a config sample for smart agent (#228)
- windows and macos requirements added to environment manual