nerdswords / yet-another-cloudwatch-exporter

Prometheus exporter for AWS CloudWatch - Discovers services through AWS tags, gets CloudWatch metrics data and provides them as Prometheus metrics with AWS tags as labels
Apache License 2.0
959 stars 330 forks source link

Add support for batching by time params #1412

Closed kgeckhart closed 3 months ago

kgeckhart commented 4 months ago

This PR introduces the ability to batch the GetMetricData requests by the params which directly influence StartTime and EndTime vs allowing them to vary per request batch. This is a backwards incompatible change which removes the usage of the config rounding period.

Resolves https://github.com/nerdswords/yet-another-cloudwatch-exporter/issues/1290