We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e2e4eb commit 39ad809Copy full SHA for 39ad809
.promu.yml
@@ -5,7 +5,6 @@ go:
5
repository:
6
path: github.com/prometheus-community/ecs_exporter
7
build:
8
- flags: -a -tags netgo
9
ldflags: |
10
-X github.com/prometheus/common/version.Version={{.Version}}
11
-X github.com/prometheus/common/version.Revision={{.Revision}}
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 0.3.0 / 2024-10-13
2
+
3
+* [CHANGE] Use upstream ecs-agent types for deserializing API responses #75
4
+* [CHANGE] Update exporter boilerplate #77
+* [ENHANCEMENT] Add additional metrics #53
## 0.2.1 / 2023-01-24
* [BUGFIX] Fix cpu and memory stats #49
VERSION
@@ -1 +1 @@
-0.2.1
+0.3.0
0 commit comments