Skip to content

Commit 08b1130

Browse files
github-actions[bot]dazumakaylareopelle
authored
release: Release 2 gems (#1764)
* release: Release 2 gems * opentelemetry-exporter-otlp-metrics 0.2.0 (was 0.1.0) * opentelemetry-metrics-sdk 0.4.0 (was 0.3.0) * chore: Update date UTC time is already 11/20, but RubyGems will show 11/19 --------- Co-authored-by: Daniel Azuma <dazuma@gmail.com> Co-authored-by: Kayla Reopelle <kreopelle@newrelic.com>
1 parent d60e3a7 commit 08b1130

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

exporter/otlp-metrics/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release History: opentelemetry-exporter-otlp-metrics
22

3+
### v0.2.0 / 2024-11-19
4+
5+
* ADDED: Add basic metrics view
6+
* FIXED: Remove Metrics OTLP exporter `Util#measure_request_duration` and duplicate files
7+
* FIXED: Add mTLS for metrics exporter
8+
39
### v0.1.0 / 2024-08-27
410

511
Initial release.

exporter/otlp-metrics/lib/opentelemetry/exporter/otlp/metrics/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module Exporter
99
module OTLP
1010
module Metrics
1111
## Current OpenTelemetry OTLP exporter version
12-
VERSION = '0.1.0'
12+
VERSION = '0.2.0'
1313
end
1414
end
1515
end

metrics_sdk/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release History: opentelemetry-metrics-sdk
22

3+
### v0.4.0 / 2024-11-19
4+
5+
* ADDED: Update metrics configuration patch
6+
37
### v0.3.0 / 2024-10-22
48

59
* ADDED: Add basic metrics view

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

+1-1
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.3.0'
11+
VERSION = '0.4.0'
1212
end
1313
end
1414
end

0 commit comments

Comments
 (0)