Skip to content

Releases: Spaced-Out/ecs-container-exporter

2.4.0: Change interval to prevent scrape timeouts

28 Jul 10:42
Compare
Choose a tag to compare
Prometheus and Victoriametrics limits the scrape timeout
to be equal or less than scrape interval. Reducing the
defaults to 55 should prevent scrape timeouts. When using
statsd use --interval 60 to ensure the entire period is
covered.

Ref: https://github.com/VictoriaMetrics/VictoriaMetrics/issues/1281

2.3.0: Only Normalize Task CPU limits

28 Jun 12:38
Compare
Choose a tag to compare
Container limits are always in CPU shares, while task limits are in
vCpus

2.2.0: Handle stats for STOPPED containers

23 Jun 13:25
Compare
Choose a tag to compare
Reported in this PR: https://github.com/Spaced-Out/ecs-container-exporter/pull/1

2.0.1

09 Mar 10:28
Compare
Choose a tag to compare

Fix crash due to a typo

2.0.0

04 Jan 10:58
Compare
Choose a tag to compare
Bump version and update Readme