Skip to content

Releases: open-telemetry/opentelemetry-dotnet-contrib

Instrumentation.Wcf-1.13.0-beta.2

20 Oct 12:16
e7df05f

Choose a tag to compare

Pre-release

Extensions.Enrichment-1.13.0-beta.1

20 Oct 10:44
e7b5215

Choose a tag to compare

Pre-release

Instrumentation.Wcf-1.13.0-beta.1

15 Oct 07:53
3c06f06

Choose a tag to compare

Pre-release
  • NuGet: OpenTelemetry.Instrumentation.Wcf v1.13.0-beta.1

    • Added server instrumentation support for RecordException option.
      (#2880)

    • Breaking changes Adjust to breaking changes from
      OpenTelemetry.Instrumentation.AspNet version 1.13.0-beta.1.
      Fixing span hierarchy when hosted in ASP.NET.
      (#3151)

    • Updated OpenTelemetry core component version(s) to 1.13.1.
      (#3218)

    See CHANGELOG for details.

Instrumentation.AspNet-1.13.0-beta.1

15 Oct 05:48
07c1bb2

Choose a tag to compare

Pre-release
  • NuGet: OpenTelemetry.Instrumentation.AspNet v1.13.0-beta.1

    • Following attributes are available while sampling:

      • http.request.method,
      • server.address,
      • server.port,
      • url.path,
      • url.query,
      • url.scheme,
      • user_agent.original.
        (#3151)
    • Replace static routing tokens with actual values in the route template.
      (#3160)

    • Updated OpenTelemetry core component version(s) to 1.13.1.
      (#3218)

    See CHANGELOG for details.

  • NuGet: OpenTelemetry.Instrumentation.AspNet.TelemetryHttpModule v1.13.0-beta.1

    • Breaking Change: This module is no longer responsible for creating activities.
      The contract of TelemetryHttpModuleOptions.OnRequestStartedCallback was changed
      to Func<HttpContextBase, ActivityContext, Activity?>?. The consumer is now
      responsible for providing function returning Activity.
      (#3151)

    • Fixed an inaccurate span end of time.
      (#3171)

    • Updated OpenTelemetry core component version(s) to 1.13.1.
      (#3218)

    See CHANGELOG for details.

Exporter.Geneva-1.13.0

13 Oct 17:52
b19330b

Choose a tag to compare

Resources.Host-1.13.0-beta.1

10 Oct 10:24
9c26a2e

Choose a tag to compare

Pre-release

Instrumentation.SqlClient-1.12.0-beta.3

25 Sep 11:20
ab7e752

Choose a tag to compare

Pre-release
  • NuGet: OpenTelemetry.Instrumentation.SqlClient v1.12.0-beta.3

    • Add db.query.parameter.<key> attribute(s) to query spans if opted into using
      the OTEL_DOTNET_EXPERIMENTAL_SQLCLIENT_ENABLE_TRACE_DB_QUERY_PARAMETERS
      environment variable. Not supported on .NET Framework.
      (#3015,
      #3081)

    • Fix activities not being stopped on .NET Framework when using a global activity
      listener.
      (#3041)

    • Breaking change: The SetDbStatementForText property has been removed.
      Behaviors related to this option are now always enabled.
      (#3072)

    • Breaking change: The Enrich, Filter and RecordException properties have
      been removed for .NET Framework where they were non-functional.
      (#3079)

    • Breaking change: The Enrich property has been renamed to
      EnrichWithSqlCommand and no longer passes an event name to the delegate.
      (#3080)

    See CHANGELOG for details.

Instrumentation.AspNet-1.12.0-beta.2

18 Sep 09:21
4da2299

Choose a tag to compare

Pre-release
  • NuGet: OpenTelemetry.Instrumentation.AspNet v1.12.0-beta.2

    • Breaking Change: Renamed MeterProviderBuilderExtensions and
      TracerProviderBuilderExtensions to
      AspNetInstrumentationMeterProviderBuilderExtensions
      and AspNetInstrumentationTracerProviderBuilderExtensions respectively.
      (#2910)

    • Breaking Change: Made metrics generation independent from traces.
      Tracing must no longer be enabled to calculate metrics. A compatible version
      of OpenTelemetry.Instrumentation.AspNet.TelemetryHttpModule is required.
      (#2970)

    • Breaking Change: Metrics related option renamed:

      • delegate AspNetMetricsInstrumentationOptions.EnrichFunc to
        AspNetMetricsInstrumentationOptions.EnrichWithHttpContextAction,
      • property AspNetMetricsInstrumentationOptions.Enrich to
        AspNetMetricsInstrumentationOptions.EnrichWithHttpContext.
        (#3070)
    • Breaking Change: Change in public API contract.
      All usages of HttpRequest, HttpResponse and HttpContext replaced by
      HttpRequestBase, HttpResponseBase and HttpContextBase respectively.
      (#3110)

    See CHANGELOG for details.

  • NuGet: OpenTelemetry.Instrumentation.AspNet.TelemetryHttpModule v1.12.0-beta.2

    • Breaking Change: Modified request lifecycle callbacks to always fire.
      This is required as part of making ASP.NET metrics generation
      independent from traces.
      (#2970)

    • Breaking Change: Activity source name changed from
      OpenTelemetry.Instrumentation.AspNet.Telemetry to
      OpenTelemetry.Instrumentation.AspNet.
      (#3071)

    • Breaking Change: Following constants was removed from the public API

      • TelemetryHttpModule.AspNetActivityName,
      • TelemetryHttpModule.AspNetSourceName.
        (#3071)
    • Breaking Change: Change in public API contract.
      All usages of HttpContext replaced by HttpContextBase.
      (#3110)

    See CHANGELOG for details.

Extensions.Enrichment-1.12.0-beta.1

10 Sep 05:15
e8a1676

Choose a tag to compare

Pre-release

Instrumentation.AWS-1.12.1

03 Sep 09:44
39288a9

Choose a tag to compare