claranet / terraform-signalfx-detectors

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

Aws ecs transformation fix #546

Closed Tulux closed 5 months ago

Tulux commented 5 months ago

Fix AWS ECS monitor :

  1. Remove usage of mean() which is dangerous to use as it may merge metrics of similar service names from different clusters (ex: cluster1/myservice and cluster2/myservice would be calculated as a single myservice metric)
  2. Replace usage of min() transformation function with lasting() argument, similarly to #520 and #522