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)
when calling `Counter::add()` and `UpDownCounter::add()` with an empty set of attributes
66
66
(e.g. `counter.Add(5, &[])`)
67
67
68
+
-**Breaking** Renamed `MeterProvider` and `Meter` to `SdkMeterProvider` and `SdkMeter` respectively to avoid name collision with public API types. [#1328](https://github.com/open-telemetry/opentelemetry-rust/pull/1328)
69
+
68
70
### Fixed
69
71
70
72
-[#1481](https://github.com/open-telemetry/opentelemetry-rust/pull/1481) Fix error message caused by race condition when using PeriodicReader
@@ -73,47 +75,46 @@ Performance Improvement : Creating Spans and LogRecords are now faster, by avoid
73
75
74
76
### Fixed
75
77
76
-
- Fix delta aggregation metric reuse. (#1434)
77
-
- Fix `max_scale` validation of exponential histogram configuration. (#1452)
- Fix `max_scale` validation of exponential histogram configuration. [#1452](https://github.com/open-telemetry/opentelemetry-rust/pull/1452)
78
80
79
81
## v0.21.1
80
82
81
83
### Fixed
82
84
83
-
- Fix metric export corruption if gauges have not received a last value. (#1363)
84
-
- 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)
85
87
86
88
## v0.21.0
87
89
88
90
### Added
89
91
90
-
- 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)
91
93
casing
92
-
- Log warning if view is created with empty criteria (#1266)
93
-
- Add exponential histogram support (#1267)
94
-
- 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)
95
97
96
98
### Changed
97
99
98
-
- Renamed `MeterProvider` and `Meter` to `SdkMeterProvider` and `SdkMeter` respectively to avoid name collision with public API types. [#1328](https://github.com/open-telemetry/opentelemetry-rust/pull/1328)
99
100
- Bump MSRV to 1.65 [#1318](https://github.com/open-telemetry/opentelemetry-rust/pull/1318)
100
101
- Default Resource (the one used when no other Resource is explicitly provided) now includes `TelemetryResourceDetector`,
@@ -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