v1.3.0
1.3.0
- Core components:
1.7.0 System.Diagnostics.DiagnosticSource:8.0.0
Added
- Support for Host, Process, and Process Runtime resource detectors.
- Support for
OpenTelemetry.Instrumentation.AspNet.AspNetMetricsInstrumentationOptionsfor plugins. - Support for Confluent.Kafka traces instrumentation from 1.4.0 to 3.0.0 (excluding).
Changed
- Changed minimal supported version of
Microsoft.Extensions.LoggingforILOGGERinstrumentation from6.0.0to8.0.0. - Changed supported method parameters for plugins
- from
OpenTelemetry.Instrumentation.AspNetCore.AspNetCoreInstrumentationOptionstoOpenTelemetry.Instrumentation.AspNetCore.AspNetCoreTraceInstrumentationOptions, - from
OpenTelemetry.Instrumentation.Http.HttpClientInstrumentationOptionstoOpenTelemetry.Instrumentation.Http.HttpClientTraceInstrumentationOptions.
- from
Dependency updates
- Updated Core components:
1.7.0. - Following packages updated
OpenTelemetry.Exporter.Prometheus.HttpListenerfrom1.6.0-rc.1to1.7.0-rc.1,OpenTelemetry.Instrumentation.Httpfrom1.6.0to1.7.0,OpenTelemetry.Instrumentation.Processfrom0.5.0-beta.3to0.5.0-beta.4,OpenTelemetry.Instrumentation.Quartzfrom1.0.0-alpha.3to1.0.0-beta.1,OpenTelemetry.Instrumentation.Runtimefrom1.5.1to1.7.0,OpenTelemetry.Instrumentation.SqlClientfrom1.6.0-beta.2to1.6.0-beta.3,OpenTelemetry.Instrumentation.StackExchangeRedisfrom1.0.0-rc9.12to1.0.0-rc9.13,OpenTelemetry.Instrumentation.Wcffrom1.0.0-rc.13to1.0.0-rc.14,OpenTelemetry.Shims.OpenTracingfrom1.6.0-beta.1to1.7.0-beta.1,OpenTelemetry.ResourceDetectors.Azurefrom1.0.0-beta.3to1.0.0-beta.4,OpenTelemetry.ResourceDetectors.Containerfrom1.0.0-beta.4to1.0.0-beta.5,OpenTelemetry.ResourceDetectors.ProcessRuntimefrom0.1.0-alpha.1to0.1.0-alpha.2.
- .NET only, following packages updated
Google.Protobufupdated from3.19.4to3.22.5.Microsoft.Extensions.Configurationfrom3.1.0to8.0.0,Microsoft.Extensions.Configuration.Abstractionsfrom3.1.0to8.0.0,Microsoft.Extensions.Configuration.Binderfrom3.1.0to8.0.0,Microsoft.Extensions.DependencyInjectionfrom3.1.0to8.0.0,Microsoft.Extensions.DependencyInjection.Abstractionsfrom3.1.0to8.0.0,Microsoft.Extensions.Loggingfrom6.0.0to8.0.0,Microsoft.Extensions.Optionsfrom3.1.0to8.0.0,Microsoft.Extensions.Options.ConfigurationExtensionsfrom3.1.0to8.0.0,Microsoft.Extensions.Primitivesfrom3.1.0to8.0.0,OpenTelemetry.Instrumentation.AspNetCorefrom1.6.0-beta.3to1.7.0,OpenTelemetry.Instrumentation.EntityFrameworkCorefrom1.0.0-beta.8to1.0.0-beta.9.
- .NET Framework only, following packages updated
Google.Protobufupdated from3.25.1to3.25.2,Grpc.Core.Apifrom2.59.0to2.60.0,Microsoft.Extensions.Configuration.Binderfrom8.0.0to8.0.1,Microsoft.Extensions.Optionsfrom8.0.0to8.0.1,OpenTelemetry.Instrumentation.AspNetfrom1.6.0-beta.2to1.7.0-beta.1,System.Text.Jsonfrom8.0.0to8.0.1.
Removed
Removed support for Microsoft.Extensions.Logging for ILOGGER for versions older than 8.0.0.
Fixed
- Set
service.nameresource attribute before invoking the plugin.