Releases: claranet/terraform-signalfx-detectors
Releases · claranet/terraform-signalfx-detectors
v1.14.2
v1.14.1
v1.14.0
1.14.0 (February 22, 2022)
NEW FEATURES:
BUG FIXES:
smart-agent_systemd-timers
: add missing vm filters for heartbeat (#389)smart-agent_mysql
: fix detector slave name fromsql
toio
(#390)integration_aws-lambda
: use sum stat, force aggregation and addmax_delay
for safety (#369)
DOCUMENTATION:
smart-agent_systemd-timers
: add warning about short timer and provide alternative (#391)
v1.13.0
1.13.0 (February 17, 2022)
UPGRADE NOTES:
smart-agent_system-common
: theper_cpu_enabled
becomesagent_per_cpu_enabled
for clarity
NEW FEATURES:
common
: add fame as new supported sources (#372)integration_aws-redshift
: new module (#378)prometheus-exporter_wallix-bastion
: add wallix license expiration detector (#371)
ENHANCEMENTS:
smart-agent_system-common
: renameper_cpu_enabled
variable toagent_per_cpu_enabled
(#381)
BUG FIXES:
prometheus-exporter_wallix-bastion
: make encryption status detector able to auto resolve (#368)integration_aws-redshift
: use aws common filters instead of default from generator (#379)generator
: fix integration based usage of common filters at module init (#380)
DOCUMENTATION:
common
: improve module's readme and fix links from dead docs.signalfx.com
v1.12.0
1.12.0 (January 05, 2022)
NEW FEATURES:
ci
: enable automatic actions update using dependabot (#360)prometheus-exporter_wallix-bastion
: add wallix bastion encryption status detector (#366)integration_azure-mariadb
: new module to monitor Azure MariaDB (#363)
ENHANCEMENTS:
ci
: bumped spellcheck GitHub action to version 0.20.0 (#359)prometheus-exporter_wallix-bastion
: wallix encryption should be critical and without delay (#367)integration_azure-mysql
: convert detectors using generator (#362)
BUG FIXES:
integration_azure-service-bus
: fix the rest of detectors since azure has changed the dimension fromentityname
toEntityName
(#358)
v1.11.1
1.11.1 (December 21, 2021)
BUG FIXES:
prometheus-exporter_wallix-bastion
: fix up metric for status and heartbeat (#357)integration_azure-service-bus
: fix deadlettered detector since azure has changed the dimension fromentityname
toEntityName
(#356)
DOCUMENTATION:
smart-agent_varnish
: add sample configuration (#355)
v1.11.0
1.11.0 (November 19, 2021)
NEW FEATURES:
generator
: add disabled handling at rule level (#353)smart-agent_systemd-timers
: new module (#341)prometheus-exporter_oracledb
: new module (#346)integration_azure-service-bus
: add deadlettered messages detector to azure service bus (#345)
ENHANCEMENTS:
make
: clean tmp files when lint fails (#347)common
: use right signalfx unit when available (#350)smart-agent_system-common
: allow load per cpu option to be optional (#344)smart-agent_system-common
: exclude squashfs from filesystem detector (#348)smart-agent_processes
: convert detectors using generator (#354)
BUG FIXES:
integration-aws_rds-common
: fix storage unit scaling (#349)
DOCUMENTATION:
v1.10.0
1.10.0 (October 22, 2021)
UPGRADE NOTES:
-
If you used the
smart-agent_kong
module you must change its reference to use the new directory nameprometheus-exporter_kong
:from:
source = "github.com/claranet/terraform-signalfx-detectors.git//modules/smart-agent_kong?ref=v1.9.1
to:
source = "github.com/claranet/terraform-signalfx-detectors.git//modules/prometheus-exporter_kong?ref=v1.10.0
BREAKING CHANGES:
smart-agent_kong
becomesprometheus-exporter_kong
given that it is based on prometheus format exposed metrics which are compatible with both the SignalFxsmart-agent
and the OpenTelemetryotel-collector
.
NEW FEATURES:
common
: new supported sourceotel-collector
with its own readme template which is agent agnostic (#336)prometheus-exporter_squid
: new module (#333)prometheus-exporter_wallix-bastion
: new module (#337)integration_azure-express-route
: new module (#329)integration_aws-elasticsearch
: add detector for JVM Memory Pressure (#335)
ENHANCEMENTS:
common
: optimize heartbeat delay for a delay at 25m max (#328)ci
: run each check only for its corresponding changed files (#331)
BUG FIXES:
integration_azure-postgresql
: fix resource type name in filter (#326)
v1.9.1
v1.9.0
1.9.0 (August 25, 2021)
NOTES:
- from now and while it is possible every new detector must use the generator. This will ease the contribution, the review and maintainability and make it more future proof to changes and automatically enjoy new features.
- from now, features parity is not enforced anymore between the detectors manually created and those using the generator. It is difficult and time consuming to backport new features to all manual detectors so we hope to convert them step by step to the generator.
- add tchernomax to code owners (#322)
NEW FEATURES:
ENHANCEMENTS:
generator
: dependency is now negative instead of reversed and lasting always available (#314)common
: negative dependency logic instead of reverse applied to existing detectors (#316)common
: harmonize lasting usage over all detectors (#318)common
: improve original detectors config after conversion to generator (#321)smart-agent_systemd-services
: better comparator (#309)smart-agent_apache
andsmart-agent_cassandra
: conversion to generator (#320)
BUG FIXES:
common
: add missing max_delay to heartbeat detectors (#319)smart-agent_cassandra
: fix lantencies and improve errors (#323)
DOCUMENTATION:
common
: fix filters link in detector's readme (#310)