Skip to content

Releases: prometheus-community/ecs_exporter

0.4.0 / 2025-03-19

19 Mar 22:27
v0.4.0
6984573
Compare
Choose a tag to compare

Breaking Changes:

Many metric names, labels, and semantics have changed to improve correctness.
See the README for current /metrics output.

  • [CHANGE] Overhaul all metrics. #81
  • [ENHANCEMENT] Add a counter for container restarts #87
  • [ENHANCEMENT] Add a flag to disable standard client_golang exporter metrics
    #82

0.3.0 / 2024-10-13

17 Oct 11:49
v0.3.0
39ad809
Compare
Choose a tag to compare
  • [CHANGE] Use upstream ecs-agent types for deserializing API responses #75
  • [CHANGE] Update exporter boilerplate #77
  • [ENHANCEMENT] Add additional metrics #53

0.2.1 / 2023-01-24

26 Jan 14:50
v0.2.1
32dd836
Compare
Choose a tag to compare
  • [BUGFIX] Fix cpu and memory stats #49

0.2.0 / 2022-08-02

02 Aug 14:38
v0.2.0
db832f1
Compare
Choose a tag to compare
  • [BUGFIX] Fix CPU usage metrics #37

v0.1.1

03 Feb 22:26
213dd9b
Compare
Choose a tag to compare
Release 0.1.1 (#27)

Signed-off-by: JBD <[email protected]>

v0.1.0

21 Sep 22:01
551095c
Compare
Choose a tag to compare
  • [FEATURE] Initial release.