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 4069031 commit ace2c9fCopy full SHA for ace2c9f
metrics_sdk/CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Release History: opentelemetry-metrics-sdk
2
3
+### v0.7.0 / 2025-05-13
4
+
5
+* ADDED: Add basic exponential histogram
6
7
### v0.6.1 / 2025-04-09
8
9
* FIXED: Use condition signal to replace sleep and remove timeout.timeout…
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.6.1'
+ VERSION = '0.7.0'
12
end
13
14
0 commit comments