Released 2023-May-25
-
The
OpenTelemetryLoggerOptions.AddOtlpExporterextension no longer automatically setsOpenTelemetryLoggerOptions.ParseStateValuestotrue. The OpenTelemetry SDK now automatically setsAttributes(akaStateValues) for the common cases whereParseStateValueswas previously required.ParseStateValuescan be set totruemanually by users to enable parsing of custom states which do not implementIReadOnlyList/IEnumerableinterfaces. (#4334) -
Updated to use the new
LogRecord.Attributesfield asLogRecord.StateValuesis now marked obsolete. There is no impact to transmitted data (StateValuesandAttributesare 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
OtlpExporterOptionscan now be bound toIConfiguationandHttpClientFactorymay be used to manage theHttpClientinstance used whenHttpProtobufis 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