Skip to content

Releases: open-telemetry/opentelemetry-dotnet-contrib

Exporter.Geneva-1.13.0

13 Oct 17:52
b19330b
Compare
Choose a tag to compare

Resources.Host-1.13.0-beta.1

10 Oct 10:24
9c26a2e
Compare
Choose a tag to compare
Pre-release

Instrumentation.SqlClient-1.12.0-beta.3

25 Sep 11:20
ab7e752
Compare
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
Compare
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
Compare
Choose a tag to compare
Pre-release

Instrumentation.AWS-1.12.1

03 Sep 09:44
39288a9
Compare
Choose a tag to compare

Extensions.Enrichment-1.12.0-alpha.1

18 Aug 12:59
40e6438
Compare
Choose a tag to compare
Pre-release

Instrumentation.ElasticsearchClient-1.12.0-beta.1

30 Jul 18:19
8ff4bfe
Compare
Choose a tag to compare

Exporter.Stackdriver-1.12.0-beta.1

29 Jul 18:48
011ce81
Compare
Choose a tag to compare
Pre-release
  • NuGet: OpenTelemetry.Exporter.Stackdriver v1.12.0-beta.1

    • Drop support for .NET 6 as this target is no longer supported
      and add .NET Standard 2.0 target.
      (#2127)

    • Update Google Cloud libraries:

      • Google.Cloud.Monitoring.V3 3.4.0 -> 3.15.0
      • Google.Cloud.Trace.V2 3.3.0 -> 3.6.0
        (#2127,
        #2925)
    • Updated OpenTelemetry core component version(s) to 1.12.0.
      (#2725)

    • Obsolete OpenTelemetry.Exporter.Stackdriver package
      in favor of OTLP protocol in GCP.
      (#2925)

    See CHANGELOG for details.

Instrumentation.StackExchangeRedis-1.12.0-beta.2

28 Jul 06:35
150e1fc
Compare
Choose a tag to compare