Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 8, 2025

Bumps @opentelemetry/semantic-conventions from 1.28.0 to 1.33.0.

Release notes

Sourced from @​opentelemetry/semantic-conventions's releases.

semconv/v1.33.0

1.33.0

🚀 Features

  • feat: update semantic conventions to v1.33.0 #5654 @​trentm
    • Semantic Conventions v1.33.0: changelog | latest docs
    • @opentelemetry/semantic-conventions (stable) changes: 56 added exports
    • @opentelemetry/semantic-conventions/incubating (unstable) changes: 1 exported value changed, 6 newly deprecated exports, 1 newly undeprecated export, 57 added exports

Stable changes in v1.33.0

METRIC_DB_CLIENT_OPERATION_DURATION       // db.client.operation.duration
ATTR_CODE_COLUMN_NUMBER                   // code.column.number
ATTR_CODE_FILE_PATH                       // code.file.path
ATTR_CODE_FUNCTION_NAME                   // code.function.name
ATTR_CODE_LINE_NUMBER                     // code.line.number
ATTR_CODE_STACKTRACE                      // code.stacktrace
ATTR_DB_COLLECTION_NAME                   // db.collection.name
ATTR_DB_NAMESPACE                         // db.namespace
ATTR_DB_OPERATION_BATCH_SIZE              // db.operation.batch.size
ATTR_DB_OPERATION_NAME                    // db.operation.name
ATTR_DB_QUERY_SUMMARY                     // db.query.summary
ATTR_DB_QUERY_TEXT                        // db.query.text
ATTR_DB_RESPONSE_STATUS_CODE              // db.response.status_code
ATTR_DB_STORED_PROCEDURE_NAME             // db.stored_procedure.name
ATTR_DB_SYSTEM_NAME                       // db.system.name
DB_SYSTEM_NAME_VALUE_ACTIAN_INGRES        // "actian.ingres"
DB_SYSTEM_NAME_VALUE_AWS_DYNAMODB         // "aws.dynamodb"
DB_SYSTEM_NAME_VALUE_AWS_REDSHIFT         // "aws.redshift"
DB_SYSTEM_NAME_VALUE_AZURE_COSMOSDB       // "azure.cosmosdb"
DB_SYSTEM_NAME_VALUE_CASSANDRA            // "cassandra"
DB_SYSTEM_NAME_VALUE_CLICKHOUSE           // "clickhouse"
DB_SYSTEM_NAME_VALUE_COCKROACHDB          // "cockroachdb"
DB_SYSTEM_NAME_VALUE_COUCHBASE            // "couchbase"
DB_SYSTEM_NAME_VALUE_COUCHDB              // "couchdb"
DB_SYSTEM_NAME_VALUE_DERBY                // "derby"
DB_SYSTEM_NAME_VALUE_ELASTICSEARCH        // "elasticsearch"
DB_SYSTEM_NAME_VALUE_FIREBIRDSQL          // "firebirdsql"
DB_SYSTEM_NAME_VALUE_GCP_SPANNER          // "gcp.spanner"
DB_SYSTEM_NAME_VALUE_GEODE                // "geode"
DB_SYSTEM_NAME_VALUE_H2DATABASE           // "h2database"
DB_SYSTEM_NAME_VALUE_HBASE                // "hbase"
DB_SYSTEM_NAME_VALUE_HIVE                 // "hive"
</tr></table>

... (truncated)

Changelog

Sourced from @​opentelemetry/semantic-conventions's changelog.

CHANGELOG

All notable changes to this project will be documented in this file.

For API changes, see the API CHANGELOG. For experimental package changes, see the experimental CHANGELOG. For semantic convention package changes, see the semconv CHANGELOG. For notes on migrating to 2.x / 0.200.x see the upgrade guide.

Unreleased

💥 Breaking Changes

🚀 Features

🐛 Bug Fixes

  • fix(resources): guard asynchronous resource attribute rejections from causing unhandled promise rejection #5544 @​dyladan
  • fix(resource): do not trigger Accessing resource attributes before async attributes settled warning when detecting resources #5546 @​dyladan
    • verbose logging of detected resource removed
  • fix(resource): use dynamic import over require to improve ESM compliance #5298 @​xiaoxiangmoe
  • fix(sdk-metrics): improve PeriodicExportingMetricReader() constructor input validation #5621 @​cjihrig

📚 Documentation

  • refactor(metrics): Updated metrics samples to no longer treat sdk.start() as async #5617 @​JacksonWeber

🏠 Internal

2.0.0

Summary

  • The minimum supported Node.js has been raised to ^18.19.0 || >=20.6.0. This means that support for Node.js 14 and 16 has been dropped.
  • The minimum supported TypeScript version has been raised to 5.0.4.
  • The compilation target for transpiled TypeScript has been raised to ES2022 (from ES2017).
  • The public interface has changed
  • Only experimental versions 0.200.0 are compatible with this release

💥 Breaking Change

  • feat(sdk-trace-base)!: Add parentSpanContext and remove parentSpanId from Span and ReadableSpan #5450 @​JacksonWeber
    • (user-facing): the SDK's Spans parentSpanId was replaced by parentSpanContext, to migrate to the new property, please replace span.parentSpanId -> span.parentSpanContext?.spanId

... (truncated)

Commits
  • 67ba9e3 chore: prepare next release (#5655)
  • db0616f chore: temporarily disable github link checking (#5656)
  • eeec126 feat(semantic-conventions): update semantic conventions to v1.33.0 (#5654)
  • 60d3115 chore: add @​JacksonWeber to triagers (#5641)
  • b0e4e4f refactor(opentelemetry-core): simplify parseKeyPairsIntoRecord() (#5610)
  • 7749d0a feat:(instrumentation-http) Capture Synthetic Source Type on Requests (#5488)
  • aca743b [docs] Upgrade note with Jest version requirements and workaround for older v...
  • cfc33f7 chore(deps): lock file maintenance (#5638)
  • 0c45220 chore(deps): update dependency @​bufbuild/buf to v1.53.0 (#5637)
  • 2ac15af chore: add constraint for renovate to use npm@>10.8.0 (#5632)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@opentelemetry/semantic-conventions](https://github.com/open-telemetry/opentelemetry-js) from 1.28.0 to 1.33.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@v1.28.0...semconv/v1.33.0)

---
updated-dependencies:
- dependency-name: "@opentelemetry/semantic-conventions"
  dependency-version: 1.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 8, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 21, 2025

Superseded by #71.

@dependabot dependabot bot closed this May 21, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/opentelemetry/semantic-conventions-1.33.0 branch May 21, 2025 05:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant