Skip to content

Releases: open-telemetry/opentelemetry-dotnet-contrib

Instrumentation.AWS-1.0.2

10 Nov 18:56
82b03ee

Choose a tag to compare

  • 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

09 Nov 23:29
b5adc2a

Choose a tag to compare

Pre-release
  • 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

28 Oct 17:49
ff47b5a

Choose a tag to compare

Pre-release
  • 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

Exporter.Geneva-1.4.0-beta.3

20 Oct 23:52
ee5c8d6

Choose a tag to compare

Pre-release
  • Add support for exporting UpDownCounter and ObservableUpDownCounter.
    #685

  • Export MetricType.LongGauge as a double metric as it might return negative
    values.
    #721

  • Add support for exporting exception stack.
    #672

  • Change the default MetricExportInterval from 20 seconds to 60 seconds.
    #722

Instrumentation.MySqlData-1.0.0-beta.4

17 Oct 22:23
1ffa954

Choose a tag to compare

Pre-release
  • Update OTel API version to 1.3.1. (#631)
  • Compatibility with Mysql.Data 8.0.31 or later, Users must set Logging=true in their connection string manually. (#692)

Instrumentation.EventCounters-1.0.0-alpha.1

17 Oct 23:53
cc9daf1

Choose a tag to compare

  • Simplified implementation. EventSources must be explicitly configured to be listened to now. (#620)

Exporter.Geneva-1.4.0-beta.2

17 Oct 22:09
9bf327d

Choose a tag to compare

Pre-release
  • The option TableNameMappings of GenevaExporterOptions will 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

14 Oct 21:27
427758d

Choose a tag to compare

Pre-release
  • This is the first release of OpenTelemetry.Instrumentation.Process package.

For more details, please refer to the README.

Instrumentation.AspNet.TelemetryHttpModule-1.0.0-rc9.6

29 Sep 00:01
00a1de9

Choose a tag to compare

  • Update OpenTelemetry.Api to 1.3.1. (#665)

Instrumentation.AspNet-1.0.0-rc9.6

29 Sep 00:02
00a1de9

Choose a tag to compare

Pre-release
  • Migrate to native Activity Status and StatusDesciption. (#651)