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
ThischangeimpactscustomexporterandprocessordevelopersbyrequiringupdatestocodethatdirectlyaccessedLogRecordfields.Theymustnowuse the provided getter methods (e.g., `log_record.event_name()` instead of `log_record.event_name`).
106
106
107
-
-Upgrade the tracing crate used for internal logging to version 0.1.40 or later.This is necessary because the internal logging macros utilize the name field as
107
+
-Upgrade the tracing crate used for internal logging to version 0.1.40 or later.This is necessary because the internal logging macros utilize the name field as
108
108
metadata, a feature introduced in version 0.1.40. [#2418](https://github.com/open-telemetry/opentelemetry-rust/pull/2418)
- ([#2217](https://github.com/open-telemetry/opentelemetry-rust/pull/2217)): Removed `{Delta,Cumulative}TemporalitySelector::new()` in favor of directly using `Temporality` enum to simplify the configuration of MetricsExporterBuilder with different temporalities.
281
283
-**Renamed**
282
-
- ([#2232](https://github.com/open-telemetry/opentelemetry-rust/pull/2232)): The `init` method used to create instruments has been renamed to `build`.
284
+
- ([#2232](https://github.com/open-telemetry/opentelemetry-rust/pull/2232)): The `init` method used to create instruments has been renamed to `build`.
0 commit comments