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)