Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added draft for new section detailing auto-enrichment of feature flag… #26948

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion content/en/change_tracking/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@
4. Click the change indicator or overlay to view detailed information and take remediation actions.

## Tracked changes

Change Tracking follows these types of changes across your infrastructure:

| Change Type | Tracking Requirements |
Expand All @@ -126,6 +125,14 @@
| Kafka Schema Updates | [Data Streams Monitoring (DSM)][9]
| Manual Kubernetes Deployment Scale Events | Kubernetes Audit Logging

### Optional enrichment for feature flag changes
Change Tracking offers an optional way to enhance visibility into feature flag changes by automatically detecting affected services when tracing is set up for the feature flag client. This enhancement enables faster and more precise root cause analysis, especially when feature flag changes impact multiple services.

Check notice on line 129 in content/en/change_tracking/_index.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.sentencelength

Suggestion: Try to keep your sentence length to 25 words or fewer.

#### To enable auto-enrichment of feature flag changes:
1. Add tracing around your feature flag client code.
2. Name the trace operation **experiments.IsEnabled**.
3. Add a tag called **experiment_id**. Set its value to match the ID of the relevant feature flag.

## Further reading

{{< partial name="whats-next/whats-next.html" >}}
Expand Down
Loading