Skip to content

Releases: claranet/terraform-signalfx-detectors

v1.14.2

24 Mar 11:58
b081999
Compare
Choose a tag to compare

1.14.2 (March 24, 2022)

ENHANCEMENTS:

  • smart-agent_elasticsearch : use min transformation to wait to full timeframe before raising alert (#399)

BUG FIXES:

  • integration_azure-mariadb: fix resource name case change from azure monitor (#398)

v1.14.1

28 Feb 16:37
7bbb185
Compare
Choose a tag to compare

1.14.1 (February 28, 2022)

BUG FIXES:

  • integration_aws-alb: fix reversed thresholds for latency warn/crit rules (#394)
  • integration_aws-apigateway: fix reversed thresholds for latency warn/crit rules (#396)
  • integration_aws-elb: fix reversed thresholds for latency warn/crit rules (#395)

v1.14.0

22 Feb 09:41
56fd322
Compare
Choose a tag to compare

1.14.0 (February 22, 2022)

NEW FEATURES:

  • common: add new max_delay variable per detector basis (#384, #386)

BUG FIXES:

  • smart-agent_systemd-timers: add missing vm filters for heartbeat (#389)
  • smart-agent_mysql: fix detector slave name from sql to io (#390)
  • integration_aws-lambda: use sum stat, force aggregation and add max_delay for safety (#369)

DOCUMENTATION:

  • smart-agent_systemd-timers: add warning about short timer and provide alternative (#391)

v1.13.0

17 Feb 18:04
0beeea5
Compare
Choose a tag to compare

1.13.0 (February 17, 2022)

UPGRADE NOTES:

  • smart-agent_system-common: the per_cpu_enabled becomes agent_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: rename per_cpu_enabled variable to agent_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:

v1.12.0

05 Jan 10:43
d32c2ea
Compare
Choose a tag to compare

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 from entityname to EntityName (#358)

v1.11.1

21 Dec 11:56
76fee6b
Compare
Choose a tag to compare

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 from entityname to EntityName (#356)

DOCUMENTATION:

  • smart-agent_varnish: add sample configuration (#355)

v1.11.0

19 Nov 08:41
6dbd2b8
Compare
Choose a tag to compare

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:

  • common: markdown format removing trailing spaces (#351)
  • smart-agent_mysql: improve suggestion configuration (#352)

v1.10.0

22 Oct 13:13
a05d878
Compare
Choose a tag to compare

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 name prometheus-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 becomes prometheus-exporter_kong given that it is based on prometheus format exposed metrics which are compatible with both the SignalFx smart-agent and the OpenTelemetry otel-collector.

NEW FEATURES:

  • common: new supported source otel-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

25 Aug 09:30
c7e7072
Compare
Choose a tag to compare

1.9.1 (August 25, 2021)

NOTES:

  • you have to run terraform init -upgrade to upgrade the provider version 6.7.6 and fix the perpetual diff on tags

BUG FIXES:

  • common: fix perpetual diff on tags (#324)

v1.9.0

25 Aug 08:18
197aefa
Compare
Choose a tag to compare

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:

  • smart-agent_health-checker: new module (#308)
  • generator: add append_condition field to rule (#317)

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 and smart-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)