github Azure/azure-sdk-for-java azure-core-tracing-opentelemetry_1.0.0-beta.43

latest releases: azure-messaging-eventgrid_4.25.0, azure-identity_1.14.0-beta.2, azure-ai-formrecognizer_4.1.11...
pre-release7 months ago

1.0.0-beta.43 (2024-02-02)

Features Added

  • Updated HTTP and messaging instrumentation to OpenTelemetry Semantic Conventions version 1.23.1.

Breaking Changes

  • Renamed attributes according to OpenTelemetry semantic conventions changes:
    • net.peer.name -> server.address
    • http.method -> http.request.method
    • http.status_code -> http.response.status_code
    • http.url -> url.full
  • Removed http.user_agent optional attribute since the same information is reported in the instrumentation scope via library name and version.
  • Removed OpenTelemetrySchemaVersion and it's setter method on OpenTelemetryTracingOptions since we're not allowing to change the schema version for now.
  • Removed exception event reporting - exceptions are reported as logs already.

Other Changes

Dependency Updates

  • Upgraded azure-core from 1.45.1 to 1.46.0.

Don't miss a new azure-sdk-for-java release

NewReleases is sending notifications on new releases.