Skip to content

Releases: open-telemetry/opentelemetry-dotnet-contrib

Resources.Process-0.1.0-beta.3

25 Sep 04:16
3af32fb
Compare
Choose a tag to compare
Pre-release

Instrumentation.Process-0.5.0-beta.7

25 Sep 04:17
6534edc
Compare
Choose a tag to compare
Pre-release

Resources.Azure-1.0.0-beta.9

24 Sep 16:51
5955123
Compare
Choose a tag to compare
Pre-release

Extensions.AWS-1.3.0-beta.2

24 Sep 18:00
3dc3d78
Compare
Choose a tag to compare
Pre-release

Instrumentation.ConfluentKafka-0.1.0-alpha.2

18 Sep 09:41
0bcf991
Compare
Choose a tag to compare

Instrumentation.ConfluentKafka-0.1.0-alpha.1

16 Sep 06:51
ee03fc3
Compare
Choose a tag to compare

Instrumentation.AWS-1.1.0-beta.6

10 Sep 04:58
ce31331
Compare
Choose a tag to compare
Pre-release

Sampler.AWS-0.1.0-alpha.2

09 Sep 20:15
f0a5a6e
Compare
Choose a tag to compare
Pre-release

Resources.OperatingSystem-0.1.0-alpha.4

09 Sep 12:56
8606d7d
Compare
Choose a tag to compare
Pre-release

Exporter.OneCollector-1.10.0-alpha.1

06 Sep 21:47
365e4f1
Compare
Choose a tag to compare
Pre-release
  • NuGet: OpenTelemetry.Exporter.OneCollector v1.10.0-alpha.1

    • Dropped support for the net7.0 target because .NET 7 is no longer supported.
      Added a net8.0 target.
      (#2038)

    • Added SetEventFullNameMappings API on
      OneCollectorLogExportProcessorBuilder which can be used to change the event
      full name sent to the OneCollector service for a given LogRecord
      (CategoryName and EventId.Name are used to derive the event full name by
      default).
      (#2021)

    See CHANGELOG for details.