Skip to content

Commit

Permalink
Prepare changelog for 0.58.0 (#1371)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiangreco authored Apr 6, 2024
1 parent 96b008b commit 31c17b0
Showing 1 changed file with 31 additions and 3 deletions.
34 changes: 31 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,13 @@ Features:
* ...

Bugs:
* Fixed issue with generated Prometheus metric name when working with AWS namespaces which have
a leading special character, like `/aws/sagemaker/TrainingJobs`
* ...

Docs:
* ...

Refactoring:
* Refactored out the name-building part of `promutil.BuildNamespaceInfoMetrics()` and `promutil.BuildMetrics()` into `promutil.BuildMetricName()`.
* ...

**Dependencies**

Expand All @@ -29,6 +28,35 @@ Refactoring:

**Full Changelog**: https://github.com/...

# 0.58.0

**Bugfixes and features**

Features:
* Simplify CloudWatch API call counters by @kgeckhart

Bugs:
* Fixed issue with generated Prometheus metric name when working with AWS namespaces which have a leading special character, like `/aws/sagemaker/TrainingJobs` by @tristanburgess

Refactoring:
* Add abstraction for `GetMetricsData` processing by @kgeckhart
* `GetMetricData`: refactor QueryID generation and result mapping by @kgeckhart
* Refactored out the name-building part of `promutil.BuildNamespaceInfoMetrics()` and `promutil.BuildMetrics()` into `promutil.BuildMetricName()` by @tristanburgess
* Set initial maps size in promutil/migrate by @cristiangreco

**Dependencies**

* Bump github.com/aws/aws-sdk-go from 1.50.30 to 1.51.16
* Bump github.com/prometheus/common from 0.49.0 to 0.52.2
* Bump golang.org/x/sync from 0.6.0 to 0.7.0
* Bump the aws-sdk-v2 group with 14 updates

**New contributors**

* @tristanburgess made their first contribution in https://github.com/nerdswords/yet-another-cloudwatch-exporter/pull/1351

**Full Changelog**: https://github.com/nerdswords/yet-another-cloudwatch-exporter/compare/v0.57.1...v0.58.0


# 0.57.1

Expand Down

0 comments on commit 31c17b0

Please sign in to comment.