Skip to content

Release v0.39.0 - #504

Merged
XSAM merged 2 commits into
mainfrom
pre_release_v0.39.0
Jun 5, 2025
Merged

Release v0.39.0#504
XSAM merged 2 commits into
mainfrom
pre_release_v0.39.0

Conversation

@XSAM

@XSAM XSAM commented Jun 5, 2025

Copy link
Copy Markdown
Owner

Warning

The new introduced OTEL_SEMCONV_STABILITY_OPT_IN environment variable will be supported for at least six months from this release. After this period, support for legacy metrics and Semantic Conventions v1.24.0 may be removed in the next release.

You can start the migration to the new Semantic Conventions v1.30.0 by setting the OTEL_SEMCONV_STABILITY_OPT_IN=database/dup or OTEL_SEMCONV_STABILITY_OPT_IN=database environment variable in your application.

See also the Semantic conventions for database client metrics.

Added

  • Support to emit query related attributes for the v1.24.0 and v1.30.0 semantic conventions based on the value of the OTEL_SEMCONV_STABILITY_OPT_IN environment variable. (Migrate db.statement to db.query.text #478)

    • database/dup: Emit both db.statement and db.query.text attributes.
    • database: Emit db.query.text attribute.
    • by default: Emit db.statement attribute.
  • New db.client.operation.duration metric following OpenTelemetry semantic conventions. (Migrate db.sql.latency metric to db.client.operation.duration #480)

  • Support for configuring metrics behavior based on OTEL_SEMCONV_STABILITY_OPT_IN setting. (Migrate db.sql.latency metric to db.client.operation.duration #480)

    • database/dup: Emit both legacy latency and new duration db.client.operation.duration metrics.
    • database: Emit new duration db.client.operation.duration metric.
    • by default: Emit only the legacy latency metric.

Changed

Fixed

@codecov

codecov Bot commented Jun 5, 2025

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.6%. Comparing base (0d3b57a) to head (47b41d0).
Report is 1 commits behind head on main.

Additional details and impacted files
@@          Coverage Diff          @@
##            main    #504   +/-   ##
=====================================
  Coverage   85.6%   85.6%           
=====================================
  Files         16      16           
  Lines        925     925           
=====================================
  Hits         792     792           
  Misses       107     107           
  Partials      26      26           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@XSAM
XSAM merged commit e96409b into main Jun 5, 2025
@XSAM
XSAM deleted the pre_release_v0.39.0 branch June 5, 2025 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant