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.
2 parents 2a680e0 + 6a8ec62 commit aeccabaCopy full SHA for aeccaba
metrics_sdk/CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Release History: opentelemetry-metrics-sdk
2
3
+### v0.11.1 / 2025-11-04
4
+
5
+* FIXED: Do not log error when there are no metrics to export
6
7
### v0.11.0 / 2025-10-28
8
9
* ADDED: Add logging about export status to Metrics SDK
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.11.0'
+ VERSION = '0.11.1'
12
end
13
14
0 commit comments