You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: opentelemetry-prometheus/CHANGELOG.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
13
13
### Fixed
14
14
15
-
- Fix UCUM annotation escaping by ignoring unknown instrument units and annotations (#1348)
15
+
- Fix UCUM annotation escaping by ignoring unknown instrument units and annotations [#1348](https://github.com/open-telemetry/opentelemetry-rust/pull/1348)
- Fix `max_scale` validation of exponential histogram configuration. [#1452](https://github.com/open-telemetry/opentelemetry-rust/pull/1452)
80
80
81
81
## v0.21.1
82
82
83
83
### Fixed
84
84
85
-
- Fix metric export corruption if gauges have not received a last value. (#1363)
86
-
- Return consistent `Meter` for a given scope from `MeterProvider`. (#1351)
85
+
- Fix metric export corruption if gauges have not received a last value. [#1363](https://github.com/open-telemetry/opentelemetry-rust/pull/1363)
86
+
- Return consistent `Meter` for a given scope from `MeterProvider`. [#1351](https://github.com/open-telemetry/opentelemetry-rust/pull/1351)
87
87
88
88
## v0.21.0
89
89
90
90
### Added
91
91
92
-
- Log warning if two instruments have the same name with different (#1266)
92
+
- Log warning if two instruments have the same name with different [#1266](https://github.com/open-telemetry/opentelemetry-rust/pull/1266)
93
93
casing
94
-
- Log warning if view is created with empty criteria (#1266)
95
-
- Add exponential histogram support (#1267)
96
-
- Add `opentelemetry::sdk::logs::config()` for parity with `opentelemetry::sdk::trace::config()`(#1197)
94
+
- Log warning if view is created with empty criteria [#1266](https://github.com/open-telemetry/opentelemetry-rust/pull/1266)
95
+
- Add exponential histogram support [#1267](https://github.com/open-telemetry/opentelemetry-rust/pull/1267)
96
+
- Add `opentelemetry::sdk::logs::config()` for parity with `opentelemetry::sdk::trace::config()`[#1197](https://github.com/open-telemetry/opentelemetry-rust/pull/1197)
97
97
98
98
### Changed
99
99
@@ -102,19 +102,19 @@ Performance Improvement : Creating Spans and LogRecords are now faster, by avoid
@@ -39,7 +39,7 @@ This release should been seen as 1.0-rc4 following 1.0-rc3 in v0.20.0. Refer to
39
39
40
40
- Bump MSRV to 1.65 [#1318](https://github.com/open-telemetry/opentelemetry-rust/pull/1318)
41
41
- Bump MSRV to 1.64 [#1203](https://github.com/open-telemetry/opentelemetry-rust/pull/1203)
42
-
-`opentelemetry` crate now only carries the API types #1186. Use the `opentelemetry_sdk` crate for the SDK types.
42
+
-`opentelemetry` crate now only carries the API types [#1186](https://github.com/open-telemetry/opentelemetry-rust/issues/1186). Use the `opentelemetry_sdk` crate for the SDK types.
43
43
-`trace::noop::NoopSpan` no longer implements `Default` and instead exposes
44
44
a `const DEFAULT` value. [#1270](https://github.com/open-telemetry/opentelemetry-rust/pull/1270)
0 commit comments