Skip to content

Conversation

@stevejgordon
Copy link
Contributor

@stevejgordon stevejgordon commented Nov 28, 2025

  • Updated package versions in Directory.Packages.props to the latest releases.
  • Updated target frameworks in Packaging.fs to distribute the .NET 8 TFM for the net assets to avoid issues with handler invocation. This aligns with the TFM of the DLLS distributed for the net directory by the upstream packaging process.
  • Updated Dockerfiles to use .NET 10.0 runtime and SDK.
  • Refactored AutoInstrumentationPlugin.cs to add methods for configuring resource builders and OTLP exporter options.
  • Improved logging messages and corrected date-time format in FileLogger.
  • Renamed TracerProvderBuilderExtensions to ElasticTracerProviderBuilderExtensions for consistency.
  • Improved auto-instrumentation so that we can set user agent for OTLP exporter
  • Fixes some issues with the cross-target compilation of the ElasticUserAgentHandler

General code cleanup and minor refactoring for improved readability and maintainability.

Closes #327
Closes #338
Closes #191

- Updated package versions in `Directory.Packages.props` to the latest releases. - Updated target frameworks in `Packaging.fs to distribute the .NET 8 TFM for the `net` assets to avoid issues with handler invocation. This aligns with the TFM of the DLLS distributed for the `net` directory by the upstream packaging process. - Updated Dockerfiles to use .NET 10.0 runtime and SDK. - Refactored `AutoInstrumentationPlugin.cs` to add methods for configuring resource builders and OTLP exporter options. - Improved logging messages and corrected date-time format in `FileLogger`. - Renamed `TracerProvderBuilderExtensions` to `ElasticTracerProviderBuilderExtensions` for consistency. General code cleanup and minor refactoring for improved readability and maintainability.
@stevejgordon stevejgordon requested a review from a team as a code owner November 28, 2025 12:44
@stevejgordon stevejgordon requested a review from a team as a code owner November 28, 2025 12:51
Copy link
Member

@v1v v1v left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just reviewed the gh workflow

Copy link
Collaborator

@JeremyBessonElastic JeremyBessonElastic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@stevejgordon stevejgordon merged commit edb9c66 into main Dec 2, 2025
9 checks passed
@stevejgordon stevejgordon deleted the update-to-latest-upstream-sdk-1.14 branch December 2, 2025 08:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

4 participants