ffe/go: enable span enrichment tests#7125
Draft
dd-oleksii wants to merge 2 commits into
Draft
Conversation
Contributor
|
|
|
9 tasks
d850d2c to
a88ab8b
Compare
a88ab8b to
1b0ad90
Compare
1b0ad90 to
c304aa6
Compare
gh-worker-dd-mergequeue-cf854d Bot
pushed a commit
to DataDog/dd-trace-go
that referenced
this pull request
Jul 1, 2026
<!-- * New contributors are highly encouraged to read our [CONTRIBUTING](/CONTRIBUTING.md) documentation. * Commit and PR titles should be prefixed with the general area of the pull request's change. --> ### What does this PR do? <!-- * A brief description of the change being made with this pull request. * If the description here cannot be expressed in a succinct form, consider opening multiple pull requests instead of a single one. --> Add an optional integration between openfeature and tracer that adds feature flag evaluation details as span tags. These are later decoded by the backend to associate traces with experiments. [More details in RFC](https://docs.google.com/document/d/1rtO4uCZ0-y5iLfNkKjIbHqWpx2qF4cHZV13ENafuomk/edit?tab=t.0#). ### Motivation <!-- * What inspired you to submit this pull request? * Link any related GitHub issues or PRs here. * If this resolves a GitHub issue, include "Fixes #XXXX" to link the issue and auto-close it on merge. --> This deepens integration between FFE (feature flagging and experimentation) and APM, and allows users to run experiments on APM-generated metrics. ### Reviewer's Checklist <!-- * Authors can use this list as a reference to ensure that there are no problems during the review but the signing off is to be done by the reviewer(s). --> - [ ] Changed code has unit tests for its functionality at or near 100% coverage. - [X] [System-Tests](https://github.com/DataDog/system-tests/) covering this feature have been added and enabled with the va.b.c-dev version tag. DataDog/system-tests#7125 - [ ] There is a benchmark for any new code, or changes to existing code. - [X] If this interacts with the agent in a new way, a system test has been added. - [X] New code is free of linting errors. You can check this by running `make lint` locally. - [X] New code doesn't break existing tests. You can check this by running `make test` locally. - [X] Add an appropriate team label so this PR gets put in the right place for the release notes. - [X] All generated files are up to date. You can check this by running `make generate` locally. - [ ] Non-trivial go.mod changes, e.g. adding new modules, are reviewed by @/DataDog/dd-trace-go-guild. Make sure all nested modules are up to date by running `make fix-modules` locally. Unsure? Have a question? Request a review! Co-authored-by: benjamin.debernardi <benjamin.debernardi@datadoghq.com>
darccio
pushed a commit
to DataDog/dd-trace-go
that referenced
this pull request
Jul 1, 2026
<!-- * New contributors are highly encouraged to read our [CONTRIBUTING](/CONTRIBUTING.md) documentation. * Commit and PR titles should be prefixed with the general area of the pull request's change. --> ### What does this PR do? <!-- * A brief description of the change being made with this pull request. * If the description here cannot be expressed in a succinct form, consider opening multiple pull requests instead of a single one. --> Add an optional integration between openfeature and tracer that adds feature flag evaluation details as span tags. These are later decoded by the backend to associate traces with experiments. [More details in RFC](https://docs.google.com/document/d/1rtO4uCZ0-y5iLfNkKjIbHqWpx2qF4cHZV13ENafuomk/edit?tab=t.0#). ### Motivation <!-- * What inspired you to submit this pull request? * Link any related GitHub issues or PRs here. * If this resolves a GitHub issue, include "Fixes #XXXX" to link the issue and auto-close it on merge. --> This deepens integration between FFE (feature flagging and experimentation) and APM, and allows users to run experiments on APM-generated metrics. ### Reviewer's Checklist <!-- * Authors can use this list as a reference to ensure that there are no problems during the review but the signing off is to be done by the reviewer(s). --> - [ ] Changed code has unit tests for its functionality at or near 100% coverage. - [X] [System-Tests](https://github.com/DataDog/system-tests/) covering this feature have been added and enabled with the va.b.c-dev version tag. DataDog/system-tests#7125 - [ ] There is a benchmark for any new code, or changes to existing code. - [X] If this interacts with the agent in a new way, a system test has been added. - [X] New code is free of linting errors. You can check this by running `make lint` locally. - [X] New code doesn't break existing tests. You can check this by running `make test` locally. - [X] Add an appropriate team label so this PR gets put in the right place for the release notes. - [X] All generated files are up to date. You can check this by running `make generate` locally. - [ ] Non-trivial go.mod changes, e.g. adding new modules, are reviewed by @/DataDog/dd-trace-go-guild. Make sure all nested modules are up to date by running `make fix-modules` locally. Unsure? Have a question? Request a review! Co-authored-by: benjamin.debernardi <benjamin.debernardi@datadoghq.com>
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.
Motivation
Changes
Workflow
🚀 Once your PR is reviewed and the CI green, you can merge it!
🛟 #apm-shared-testing 🛟
Reviewer checklist
tests/ormanifests/is modified ? I have the approval from R&P teambuild-XXX-imagelabel is present