[FFL-2679] Add APM trace enrichment guide for Feature Flags#38175
Draft
typotter wants to merge 1 commit into
Draft
[FFL-2679] Add APM trace enrichment guide for Feature Flags#38175typotter wants to merge 1 commit into
typotter wants to merge 1 commit into
Conversation
New guide page documenting how to enable FFE span enrichment across all server-side SDKs. Covers configuration, verification in Trace Explorer, and integration with Experiments.
Contributor
Preview links (active after the
|
Contributor
|
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new Feature Flags guide documenting the (experimental) APM trace enrichment capability, including enablement steps, language-specific examples, verification steps in Trace Explorer, and stated per-span limits.
Changes:
- Added a new guide page: “Set Up APM Trace Enrichment for Feature Flags”.
- Added the new guide link to the Feature Flags Guides index.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| content/en/feature_flags/guide/apm_trace_enrichment.md | New guide explaining APM trace enrichment, configuration, verification, and limits. |
| content/en/feature_flags/guide/_index.md | Adds navigation entry for the new guide. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+100
to
+104
| import ( | ||
| "github.com/DataDog/dd-trace-go/v2/ddtrace/tracer" | ||
| ddopenfeature "github.com/DataDog/dd-trace-go/v2/openfeature" | ||
| "github.com/open-feature/go-sdk/openfeature" | ||
| ) |
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.
What does this PR do? What is the motivation?
Fixes FFL-2679
Adds a new guide page documenting APM trace enrichment for Feature Flags. When enabled, feature flag evaluation data is automatically attached to APM traces, allowing users to filter traces by flag variant in Trace Explorer and use APM metrics in experiments.
Page location:
/feature_flags/guide/apm_trace_enrichment/Merge instructions
Merge readiness:
Additional notes
DD_EXPERIMENTAL_FLAGGING_PROVIDER_SPAN_ENRICHMENT_ENABLED.server_flag_evaluation_metricsguide.