You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+31-3Lines changed: 31 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,14 +10,13 @@ Features:
10
10
* ...
11
11
12
12
Bugs:
13
-
* Fixed issue with generated Prometheus metric name when working with AWS namespaces which have
14
-
a leading special character, like `/aws/sagemaker/TrainingJobs`
13
+
* ...
15
14
16
15
Docs:
17
16
* ...
18
17
19
18
Refactoring:
20
-
*Refactored out the name-building part of `promutil.BuildNamespaceInfoMetrics()` and `promutil.BuildMetrics()` into `promutil.BuildMetricName()`.
19
+
*...
21
20
22
21
**Dependencies**
23
22
@@ -29,6 +28,35 @@ Refactoring:
29
28
30
29
**Full Changelog**: https://github.com/...
31
30
31
+
# 0.58.0
32
+
33
+
**Bugfixes and features**
34
+
35
+
Features:
36
+
* Simplify CloudWatch API call counters by @kgeckhart
37
+
38
+
Bugs:
39
+
* Fixed issue with generated Prometheus metric name when working with AWS namespaces which have a leading special character, like `/aws/sagemaker/TrainingJobs` by @tristanburgess
40
+
41
+
Refactoring:
42
+
* Add abstraction for `GetMetricsData` processing by @kgeckhart
43
+
*`GetMetricData`: refactor QueryID generation and result mapping by @kgeckhart
44
+
* Refactored out the name-building part of `promutil.BuildNamespaceInfoMetrics()` and `promutil.BuildMetrics()` into `promutil.BuildMetricName()` by @tristanburgess
45
+
* Set initial maps size in promutil/migrate by @cristiangreco
46
+
47
+
**Dependencies**
48
+
49
+
* Bump github.com/aws/aws-sdk-go from 1.50.30 to 1.51.16
50
+
* Bump github.com/prometheus/common from 0.49.0 to 0.52.2
51
+
* Bump golang.org/x/sync from 0.6.0 to 0.7.0
52
+
* Bump the aws-sdk-v2 group with 14 updates
53
+
54
+
**New contributors**
55
+
56
+
*@tristanburgess made their first contribution in https://github.com/nerdswords/yet-another-cloudwatch-exporter/pull/1351
0 commit comments