Skip to content

Releases: open-telemetry/opentelemetry-dotnet-contrib

Resources.AWS-1.5.0-beta.1

04 Jun 06:40
d9ae1af
Compare
Choose a tag to compare
Pre-release
  • NuGet: OpenTelemetry.Resources.AWS v1.5.0-beta.1

    • Implement support for cloud.{account.id,availability_zone,region} attributes in
      AWS ECS detector.
      (#1552)
    • Implement support for cloud.resource_id attribute in AWS ECS detector.
      (#1576)
    • Update OpenTelemetry SDK version to 1.8.1.
      (#1668)
    • Breaking Change: Renamed package from OpenTelemetry.ResourceDetectors.AWS
      to OpenTelemetry.Resources.AWS.
      (#1839)
    • Breaking Change: AWSEBSResourceDetector, AWSEC2ResourceDetector,
      AWSECSResourceDetector and AWSEKSResourceDetector types are now internal,
      use ResourceBuilder extension methods AddAWSEBSDetector,
      AddAWSEC2Detector, AddAWSECSDetector
      and AddAWSEKSDetector respectively to enable the detectors.
      (#1839)
    • Breaking Change: Renamed EventSource
      from OpenTelemetry-ResourceDetectors-AWS
      to OpenTelemetry-Resources-AWS.
      (#1839)

    See CHANGELOG for details.

Instrumentation.AspNet-1.8.0-beta.3

23 May 04:34
Instrumentation.AspNet-1.8.0-beta.3
fc75ce2
Compare
Choose a tag to compare
Pre-release
  • NuGet: OpenTelemetry.Instrumentation.AspNet v1.8.0-beta.3

    • Breaking change The Enrich callback option has been removed.
      For better usability, it has been replaced by three separate options:
      EnrichWithHttpRequest, EnrichWithHttpResponse and EnrichWithException.
      Previously, the single Enrich callback required the consumer to detect
      which event triggered the callback to be invoked (e.g., request start,
      response end, or an exception) and then cast the object received to the
      appropriate type: HttpRequest, HttpResponse, or Exception. The separate
      callbacks make it clear what event triggers them and there is no longer the
      need to cast the argument to the expected type.
      (#1824)

    See CHANGELOG for details.

  • NuGet: OpenTelemetry.Instrumentation.AspNet.TelemetryHttpModule v1.8.0-beta.3

    No notable changes.

    See CHANGELOG for details.

Exporter.Geneva-1.9.0-alpha.1

22 May 20:34
4da3451
Compare
Choose a tag to compare
Pre-release

Instrumentation.GrpcCore-1.0.0-beta.6

21 May 16:32
80e1e99
Compare
Choose a tag to compare
Pre-release
  • NuGet: OpenTelemetry.Instrumentation.GrpcCore v1.0.0-beta.6

    • Make the context propagation extraction case insensitive.
      (#483)
    • Update minimal supported version of Google.Protobuf to 3.15.0.
      (#1456)
    • ActivitySource.Version is set to NuGet package version.
      (#1624)
    • Update OpenTelemetry.Api to 1.8.1.
      (#1668)
    • RecordException option for both client and server interceptors.
      (#1648)
    • Use Activity.Status and Activity.StatusDescription
      instead of otel.status_code and otel.status_description tags.
      (#1799)

    See CHANGELOG for details.

Instrumentation.Runtime-1.8.1

20 May 23:09
9c0fe93
Compare
Choose a tag to compare

Exporter.Geneva-1.8.0

16 May 22:35
c7dc6ae
Compare
Choose a tag to compare

OpenTelemetry.Exporter.Geneva v1.8.0-rc.2

13 May 22:17
de38aec
Compare
Choose a tag to compare

OpenTelemetry.Extensions v1.0.0-beta.5

08 May 14:13
Extensions-1.0.0-beta.5
4c64742
Compare
Choose a tag to compare

OpenTelemetry.Exporter.Geneva v1.8.0-rc.1

02 May 21:20
6d349c4
Compare
Choose a tag to compare

OpenTelemetry.Exporter.Geneva v1.8.0-beta.1

23 Apr 22:08
87d1bd4
Compare
Choose a tag to compare