claranet / terraform-signalfx-detectors

Collection of terraform modules for SignalFx detectors.
Mozilla Public License 2.0
22 stars 31 forks source link

fix: use lasting instead of transformation function #522

Closed Tulux closed 7 months ago

Tulux commented 7 months ago

Similarly to efcee1ff0aeb397850aed3a8cdd053e3e55e975a, replace transformation function with appropriate when() lasting argument for various system detectors.

haedri commented 7 months ago

For the release note: Detectors "disk space utilization", "filesystem inodes utilization", and "disk inodes utilization" will now trigger after lasting duration (5m by default) and not immediately. You can set transformation to ".max(over='5m')" and removing the lasting duration to revert to old behavior