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
Allow values containing '=' in OTEL_RESOURCE_ATTRIBUTES (#2120)
Values passed in to OTEL_RESOURCE_ATTRIBUTES containing an equal sign "=" are currently ignored by the Resource constructor, but should be accepted as it is part of the W3C Baggage octet
range.
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.
273
275
-**Renamed**
274
-
- ([#2232](https://github.com/open-telemetry/opentelemetry-rust/pull/2232)): The `init` method used to create instruments has been renamed to `build`.
276
+
- ([#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