v0.10.0 proposal#136
Merged
Merged
Conversation
Rename .disabled configs back and add cooldown: default-days: 2 Signed-off-by: Moe Zein <moe.zein@datadoghq.com>
Add the optional `threadlocal_attribute_keys: Option<Vec<String>>`
field to the NAPI `TracerMetadata` and forward it to libdatadog's
`tracer_metadata::TracerMetadata`. When set, libdatadog's
`to_otel_process_ctx` injects:
threadlocal.schema_version = "tlsdesc_v1_dev"
threadlocal.attribute_key_map = ["datadog.local_root_span_id",
...threadlocal_attribute_keys]
into the OTel process context, giving an out-of-process reader the
name table for the uint8 key indices that OTEP-4947 thread-context
records carry on the wire. The implicit `datadog.local_root_span_id`
key is prepended by libdatadog itself; callers only supply their
*additional* keys (entry 0 in this list = wire key index 1).
The field is gated behind libdatadog's `otel-thread-ctx` Cargo
feature, which arrived after v29.0.0. Bump the
`libdd-library-config` dependency to v35.0.0 (matches the version
already pinned by the crashtracker crate in this workspace) and
enable the feature.
Existing 8-arg constructor calls keep working because the new
field is optional. The test exercises both the absent and present
forms.
Overall package sizeSelf size: 28.01 MB Dependency sizes| name | version | self size | total size | |------|---------|-----------|------------|🤖 This report was automatically generated by heaviest-objects-in-the-universe |
The release workflow's tag push was rejected by the tag ruleset because actions/checkout persisted GITHUB_TOKEN credentials, which took precedence over the dd-octo-sts token in the explicit push URL. Drop the persisted credentials and downgrade contents permission to read. Also add the dd-octo-sts policy file.
581ad61 to
04f87b1
Compare
This comment has been minimized.
This comment has been minimized.
gyuheon0h
approved these changes
Jun 22, 2026
gyuheon0h
left a comment
Contributor
There was a problem hiding this comment.
Are you planning on waiting for this: chore: enable dependabot for npm and cargo dependencies
Contributor
Author
@gyuheon0h no, that's really just needed on GitHub, it doesn't matter whether it's in a release or not |
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.
New features
threadlocal_attribute_keysonTracerMetadataso callers can publish the OTEP-4947 attribute key map via the OTel process context (bumpslibdd-library-configto v35.0.0; enables theotel-thread-ctxfeature).Other (build, dev)
🤖 Generated with Claude Code