Release v0.39.0 - #504
Merged
Merged
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Warning
The new introduced
OTEL_SEMCONV_STABILITY_OPT_INenvironment variable will be supported for at least six months from this release. After this period, support for legacy metrics and Semantic Conventionsv1.24.0may be removed in the next release.You can start the migration to the new Semantic Conventions
v1.30.0by setting theOTEL_SEMCONV_STABILITY_OPT_IN=database/duporOTEL_SEMCONV_STABILITY_OPT_IN=databaseenvironment 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_INenvironment variable. (Migratedb.statementtodb.query.text#478)database/dup: Emit bothdb.statementanddb.query.textattributes.database: Emitdb.query.textattribute.db.statementattribute.New
db.client.operation.durationmetric following OpenTelemetry semantic conventions. (Migratedb.sql.latencymetric todb.client.operation.duration#480)Support for configuring metrics behavior based on
OTEL_SEMCONV_STABILITY_OPT_INsetting. (Migratedb.sql.latencymetric todb.client.operation.duration#480)database/dup: Emit both legacy latency and new durationdb.client.operation.durationmetrics.database: Emit new durationdb.client.operation.durationmetric.Changed
semconv/v1.30.0. (Migratedb.statementtodb.query.text#478)v1.36.0/v0.58.0. (Update opentelemetry-go monorepo #495)Fixed