Loading

Elastic Distribution of OpenTelemetry .NET release notes

Stack Serverless Observability

Review the changes, fixes, and more in each version of Elastic Distribution of OpenTelemetry .NET.

To check for security updates, go to Security announcements for the Elastic stack.

  • Log after adding AspNetCore trace instrumentation. Improves the trace logging for diagnostic and support purposes.
  • No longer default to IncludeScopes. The upstream SDK isn't spec-compliant regarding not exporting duplicate attributes. As such, when using IncludeScopes in ASP.NET Core, log entries often include a duplicated RequestId attribute. The Elasticsearch exporter component of the collector expects the data to comply with the spec and, for performance reasons, doesn't attempt to de-duplicate, resulting in export errors for the log record. EDOT .NET no longer enables IncludeScopes by default as a partial workaround. This will be re-enabled in a future release, once the risk of data loss is resolved upstream.
  • Removed invalid prefix from minver command.
  • Update docs for GA.
  • Simplify reflection to work on classic ASP.NET and singlefile publish.
  • Ignore warning for unstable dependencies.
  • Disable generateapichanges for release.