We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b323c9 commit 7047f09Copy full SHA for 7047f09
metrics_sdk/CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Release History: opentelemetry-metrics-sdk
2
3
+### v0.11.0 / 2025-10-28
4
+
5
+* ADDED: Add logging about export status to Metrics SDK
6
7
### v0.10.1 / 2025-10-21
8
9
* FIXED: Update callback timeout mechanism to use Thread
metrics_sdk/lib/opentelemetry/sdk/metrics/version.rb
@@ -8,7 +8,7 @@ module OpenTelemetry
module SDK
module Metrics
10
# Current OpenTelemetry metrics sdk version
11
- VERSION = '0.10.1'
+ VERSION = '0.11.0'
12
end
13
14
0 commit comments