Skip to content

Releases: elastic/elastic-otel-dotnet

1.1.0

25 Jul 11:08
ad177f2

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.2...1.1.0

1.0.2

11 Apr 11:34
f13d2e2

Choose a tag to compare

What's Changed

Enhancements

Improves the trace logging for diagnostic and support purposes.

Behaviour change

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.

References:

Full Changelog: 1.0.1...1.0.2

1.0.1

03 Apr 11:42
85efaff

Choose a tag to compare

What's Changed

Full Changelog: 1.0.0...1.0.1

1.0.0

02 Apr 11:33
ff69b4b

Choose a tag to compare

What's Changed

Full Changelog: 1.0.0-beta.4...1.0.0

1.0.0-beta.4

31 Mar 11:02
9501d58

Choose a tag to compare

What's Changed

Full Changelog: 1.0.0-beta.3...1.0.0-beta.4

1.0.0-beta.3

21 Mar 10:42
cecc659

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.0-beta.2...1.0.0-beta.3

1.0.0-beta.2

10 Mar 11:21
9d833d5

Choose a tag to compare

What's Changed

Full Changelog: 1.0.0-beta.1...1.0.0-beta.2

1.0.0-beta.1

06 Mar 06:46
d4bea51

Choose a tag to compare

What's Changed

  • Ensure we package arm64 inside the container used for the k8s operator by @Mpdreamz in #154
  • Bump the github-actions group across 1 directory with 5 updates by @dependabot in #156
  • Fix double question mark in http.target by @stevejgordon in #157
  • k8s operator example and dev docs. by @Mpdreamz in #155
  • github-action: use oblt-actions/git/setup by @v1v in #158
  • ci: use GitHub app for ephemeral tokens by @v1v in #160
  • remove hardcoded namespaces from example k8s files by @Mpdreamz in #161
  • Bump the github-actions group across 1 directory with 2 updates by @dependabot in #165
  • fix typos in k8s readme by @jackshirazi in #166
  • Bump google-github-actions/get-secretmanager-secrets from 2.1.4 to 2.2.1 in the github-actions group by @dependabot in #167
  • Correct telemetry distro name in AddDistroAttributes by @stevejgordon in #168
  • Bump google-github-actions/get-secretmanager-secrets from 2.2.1 to 2.2.2 in the github-actions group by @dependabot in #170
  • Bump actions/attest-build-provenance from 1.4.3 to 1.4.4 in the github-actions group by @dependabot in #172
  • Refactor to use AddOtlpExporter and LoggerProviderBuilder by @stevejgordon in #180
  • .NET 9 SDK by @stevejgordon in #184
  • Bump docker/metadata-action from 5.5.1 to 5.6.1 in the github-actions group by @dependabot in #186
  • Bump docker/build-push-action from 6.9.0 to 6.10.0 in the github-actions group by @dependabot in #190
  • Small docs fixes by @aeons in #189
  • Enable additional default instrumentation by @stevejgordon in #188
  • Bump the github-actions group across 1 directory with 2 updates by @dependabot in #200
  • Refactor public API and align with 1.10 and 1.11 of the SDK by @stevejgordon in #210
  • Bump the github-actions group across 1 directory with 4 updates by @dependabot in #207
  • Use native .NET 9 traces and metrics for HTTP instrumentation by @stevejgordon in #213
  • Remove use of FluentAssertions by @stevejgordon in #214
  • Bump docker/build-push-action from 6.13.0 to 6.14.0 in the github-actions group by @dependabot in #220
  • Native AOT support and assembly scanning enhancements by @stevejgordon in #221
  • Rename UseElasticDefaults to WithElasticDefaults by @stevejgordon in #227
  • Metric enhancements and fix resource attributes by @stevejgordon in #228
  • Bump the github-actions group with 4 updates by @dependabot in #231
  • Refactoring bootstrap logic and enhance logging by @stevejgordon in #229
  • Fixes and refactoring for autoinstrumentation by @stevejgordon in #232

New Contributors

Full Changelog: 1.0.0-alpha.6...1.0.0-beta.1

1.0.0-alpha.6

05 Sep 13:45
710b207

Choose a tag to compare

What's Changed

  • Add container automation for auto instrumentation by @Mpdreamz in #147
  • docker automation needs dockerx installed by @Mpdreamz in #150
  • Fix DockerFile => Dockerfile casing by @Mpdreamz in #152
  • ensure we set executable filemode on bash scripts we ship by @Mpdreamz in #153

Full Changelog: 1.0.0-alpha.5...1.0.0-alpha.6

1.0.0-alpha.5

30 Aug 09:55
3b30422

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.0-alpha.4...1.0.0-alpha.5