Skip to content

Releases: open-telemetry/opentelemetry-dotnet-contrib

Instrumentation.Process-1.0.0-alpha.2

18 Nov 19:46
2658fd0
Compare
Choose a tag to compare
Pre-release
  • Update OpenTelemetry API to 1.4.0-beta.3 (#774)

Instrumentation.Process-1.0.0-alpha.1

14 Nov 20:04
187c475
Compare
Choose a tag to compare
Pre-release
  • Update the .NET API used to retrieve process.memory.virtual metric from Process.PrivateMemorySize64 to Process.VirtualMemorySize64.(#762)

  • Update OTel API version to be 1.4.0-beta.2 and change process metrics type
    from ObservableGauge to ObservableUpDownCounter. Updated instruments are:
    "process.memory.usage", "process.memory.virtual" and "process.threads".
    (#751)

Instrumentation.EventCounters-1.0.0-alpha.2

11 Nov 22:30
0b1c34e
Compare
Choose a tag to compare
  • Update OpenTelemetry.Api to 1.3.1.
  • Change EventCounter prefix to ec and trim the event source name to keep
    instrument name under 63 characters.
    (#740)

Instrumentation.AWS-1.0.2

10 Nov 18:56
82b03ee
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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