Add guide for estimating and managing Feature Flags costs - #38666
Open
A-Rindone wants to merge 3 commits into
Open
Add guide for estimating and managing Feature Flags costs#38666A-Rindone wants to merge 3 commits into
A-Rindone wants to merge 3 commits into
Conversation
Adds a new guide covering how to estimate Feature Flags usage and costs before rollout, and concrete levers to manage and reduce costs after going live. Links the guide from the Feature Flags guides index.
Contributor
Preview links (active after the
|
Clarifies that the 10x multiplier applies to a server-side request's raw count, matching the precise definition in the new Monthly Flag Configuration Requests concepts page.
- Clarify that client applications/end users drive client-side usage and backend services drive server-side usage in the overview - Drop the RUM-backed qualifier from the client-side usage bullet - Remove the environments factor from the estimation section, since it implied environments themselves are billed rather than the running SDK instances deployed to them
A-Rindone
marked this pull request as ready for review
July 31, 2026 21:21
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?
Adds a new Feature Flags guide covering how to estimate usage and costs before rollout, and concrete levers to manage and reduce costs after going live. Links the guide from the Feature Flags guides index.
Merge readiness
For Datadog employees:
AI assistance
Drafted with Claude Code based on existing Feature Flags product documentation and internal technical references; reviewed and lint-checked (Vale) before submission.
Additional notes
This guide links to
/feature_flags/concepts/monthly_flag_configuration_requests/, which is being added in a separate, parallel PR.