Skip to content

Releases: open-telemetry/opentelemetry-dotnet-contrib

Instrumentation.Runtime-1.1.0-beta.2

13 Dec 07:25
e4a61e4
Compare
Choose a tag to compare
Pre-release
  • Update OpenTelemetry API to 1.4.0-rc.1 (#820)

Instrumentation.Process-1.0.0-alpha.3

13 Dec 06:26
6b34d54
Compare
Choose a tag to compare
Pre-release
  • Update OpenTelemetry API to 1.4.0-rc.1 (#820)

Exporter.Geneva-1.4.0-beta.6

09 Dec 22:49
03a6540
Compare
Choose a tag to compare
Pre-release
  • Added support for
    DateTimeOffset.
    (#797)
  • Fix the overflow bucket value serialization for Histogram.
    (#805)
  • Fix EventSource logging
    (#813)

Exporter.Geneva-1.3.1

07 Dec 20:21
c9c747a
Compare
Choose a tag to compare
  • Fix the overflow bucket value serialization for Histogram. (#807)

Exporter.Stackdriver-1.0.0-beta.4

07 Dec 18:54
b469b45
Compare
Choose a tag to compare
Pre-release
  • Fix the issue of incorrect handling of null attributes. (#566)
  • Support for Google Cloud Dependencies up to 3.x.x and OTel SDK package to 1.3.1 (#794)

Instrumentation.AspNet.TelemetryHttpModule-1.0.0-rc9.7

28 Nov 21:01
851a374
Compare
Choose a tag to compare
  • Restore Activity.Current before all IIS Lifecycle events (#761)

Instrumentation.AspNet-1.0.0-rc9.7

28 Nov 21:07
851a374
Compare
Choose a tag to compare
Pre-release
Release tag for Instrumentation.AspNet-1.0.0-rc9.7

Instrumentation.Runtime-1.1.0-beta.1

23 Nov 19:36
74cda61
Compare
Choose a tag to compare
Pre-release
  • Update OpenTelemetry API to 1.4.0-beta.3 (#774)

  • Change ObservableGauge to ObservableUpDownCounter for the below metrics (which
    better fit UpDownCounter semantics as they are additive.)

    "process.runtime.dotnet.gc.heap.size",
    "process.runtime.dotnet.gc.heap.fragmentation.size",
    "process.runtime.dotnet.thread_pool.threads.count",
    "process.runtime.dotnet.thread_pool.queue.length",
    "process.runtime.dotnet.timer.count",
    "process.runtime.dotnet.assemblies.count"
    (#675)

    If your backend system distinguishes between ObservableUpDownCounter and
    ObservableGauge, then you may need to adjust your queries. Systems like
    Prometheus are unaffected by this.

  • Removes NETCoreApp3.1 target as .NET Core 3.1 and .NET 5 are going out of
    support. The package keeps netstandard2.0 target, so it can still be used
    with .NET Core 3.1/.NET 5 apps, however certain metrics will not be available
    there. Additionally, apps targeting .NET 5 and lower will receive a warning at
    build time as described here
    (note: building using older versions of the .NET SDK produces an error at
    build time). This is because .NET 5 reached EOL in May 2022 and .NET Core 3.1
    reaches EOL in December 2022.

    The build warning can be suppressed by setting the
    SuppressTfmSupportBuildWarnings MSBuild property, but there is no guarantee
    that this package will continue to work on older versions of .NET.

    This does not affect applications targeting .NET Framework.

  • Add "process.runtime.dotnet.gc.objects.size" metric
    (#683)

Exporter.Geneva-1.4.0-beta.5

21 Nov 19:43
d4688fc
Compare
Choose a tag to compare
Pre-release
  • Update OpenTelemetry to 1.4.0-beta.3 (#774)

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)