Skip to content

Commit d205746

Browse files
github-actions[bot]opentelemetrybotkaylareopelle
authored
release: Release opentelemetry-metrics-sdk 0.7.3 (was 0.7.2) (#1863)
* release: Release opentelemetry-metrics-sdk 0.7.3 (was 0.7.2) * ci: force --------- Co-authored-by: OpenTelemetry Bot <107717825+opentelemetrybot@users.noreply.github.com> Co-authored-by: Kayla Reopelle <kreopelle@newrelic.com>
1 parent 7098818 commit d205746

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

metrics_sdk/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release History: opentelemetry-metrics-sdk
22

3+
### v0.7.3 / 2025-07-09
4+
5+
* FIXED: Stop exporting metrics with empty data points
6+
37
### v0.7.2 / 2025-07-03
48

59
* FIXED: Coerce aggregation temporality to be a symbol for exponential histograms

metrics_sdk/lib/opentelemetry/sdk/metrics/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module OpenTelemetry
88
module SDK
99
module Metrics
1010
# Current OpenTelemetry metrics sdk version
11-
VERSION = '0.7.2'
11+
VERSION = '0.7.3'
1212
end
1313
end
1414
end

0 commit comments

Comments
 (0)