Released 2023-May-25
-
The
OpenTelemetryLoggerOptions.AddOtlpExporter
extension no longer automatically setsOpenTelemetryLoggerOptions.ParseStateValues
totrue
. The OpenTelemetry SDK now automatically setsAttributes
(akaStateValues
) for the common cases whereParseStateValues
was previously required.ParseStateValues
can be set totrue
manually by users to enable parsing of custom states which do not implementIReadOnlyList
/IEnumerable
interfaces. (#4334) -
Updated to use the new
LogRecord.Attributes
field asLogRecord.StateValues
is now marked obsolete. There is no impact to transmitted data (StateValues
andAttributes
are equivalent). (#4334) -
Fixed issue where the observed time field of the OTLP log record was not set. It is now correctly set to equal the time field. (#4444)
Released 2023-Mar-31
Released 2023-Mar-07
Released 2023-Feb-10
Released 2023-Feb-01
Released 2023-Jan-09
Released 2022-Dec-12
Released 2022-Nov-07
Released 2022-Oct-17
Released 2022-Sep-29
OtlpExporterOptions
can now be bound toIConfiguation
andHttpClientFactory
may be used to manage theHttpClient
instance used whenHttpProtobuf
is configured (#3640)
Released 2022-Aug-18
Released 2022-Aug-02
Released 2022-June-1
Released 2022-Apr-15
- Removes .NET Framework 4.6.1. The minimum .NET Framework version supported is .NET 4.6.2. (#3190)
Released 2022-Apr-12
Released 2022-Mar-30
Released 2022-Mar-04
Released 2022-Feb-02
Released 2021-Oct-08