Releases: open-telemetry/opentelemetry-dotnet-contrib
Instrumentation.AWS-1.0.2
- Fixed issue when using version 3.7.100 of the AWS SDK for .NET triggering an
EndpointResolver not found exception.
(#726)
Extensions-1.0.0-beta.3
-
Update OpenTelemetry to 1.4.0-beta.2 (#680)
-
Implemented auto flush activity processor
(#297) -
Removes .NET Framework 4.6.1. The minimum .NET Framework version
supported is .NET 4.6.2. -
Removes net5.0 target as .NET 5.0 is going out
of support. The package keeps netstandard2.0 target, so it
can still be used with .NET5.0 apps.
(#617) -
Going forward the NuGet package will be
OpenTelemetry.Extensions.
Older versions will remain at
OpenTelemetry.Contrib.Preview
(#266)
Exporter.Geneva-1.4.0-beta.4
- Breaking change: Updated export logic for scopes
- Export scopes which have a non-null key as individual columns (each
key-value pair from the scopes is exported as its own column; these columns
would also be taken into consideration when the CustomFields option is
applied). - When using formatted strings for scopes, the templated string (
"{OriginalFormat"})
will not be exported.
#736
- Export scopes which have a non-null key as individual columns (each
Exporter.Geneva-1.4.0-beta.3
Instrumentation.MySqlData-1.0.0-beta.4
Instrumentation.EventCounters-1.0.0-alpha.1
- Simplified implementation. EventSources must be explicitly configured to be listened to now. (#620)
Exporter.Geneva-1.4.0-beta.2
-
The option
TableNameMappingsofGenevaExporterOptionswill not support string values that are null, empty, or consist only of white-space characters. It will also not support string values that contain non-ASCII characters. 646 -
Update OTel SDK version to
1.4.0-beta.2. Add support for exporting Histogram Min and Max. If the histogram does not contain min and max, the exporter exports both the values as zero. #704
Instrumentation.Process-0.1.0-alpha.1
- This is the first release of
OpenTelemetry.Instrumentation.Processpackage.
For more details, please refer to the README.
Instrumentation.AspNet.TelemetryHttpModule-1.0.0-rc9.6
- Update
OpenTelemetry.Apito1.3.1. (#665)
Instrumentation.AspNet-1.0.0-rc9.6
- Migrate to native Activity
StatusandStatusDesciption. (#651)