[Flags] FlagEvaluation schema#3166
Merged
gh-worker-dd-mergequeue-cf854d[bot] merged 4 commits intofeature/flags-evaluations-loggingfrom Feb 2, 2026
Merged
[Flags] FlagEvaluation schema#3166gh-worker-dd-mergequeue-cf854d[bot] merged 4 commits intofeature/flags-evaluations-loggingfrom
gh-worker-dd-mergequeue-cf854d[bot] merged 4 commits intofeature/flags-evaluations-loggingfrom
Conversation
This was referenced Jan 30, 2026
aleksandr-gringauz
approved these changes
Feb 2, 2026
Contributor
Author
|
/merge |
|
View all feedbacks in Devflow UI.
The expected merge time in
|
986afe7
into
feature/flags-evaluations-logging
27 checks passed
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.
🥞 Evaluation Logging Stacked Pull Requests 🥞
🔲 Integration & Configuration (PR #3147)
🔲 Storage & Network Infrastructure (PR #3146)
🔲 Aggregation Engine & Test Utilities (PR #3145)
👉 FlagEvaluation Schema (this PR)
☑️ Event Schema & Data Models (PR #3144)
☑️ Evaluations Subfeature (PR #3159)
⎿
feature/flags-evaluations-logging(feature branch)Datadog Internal
🎟️ Ticket: FFL-1720 - Implement Evaluation Logging for Android SDK
What does this PR do?
Adds the
flag-evaluation-schema.jsonJSON schema file for individual flag evaluation events. This schema is used for NDJSON format (Content-Type:text/plain) as an alternative to the Batched schemaMotivation
The Batched schema requires a redundant top-level context object to be constructed and included with the
FlagEvaluationentries. This requires the raw batch entries to be deserialised, merged with each other and the top level context, then reserialized to be sent over the wire.Additional Notes
Review checklist (to be filled by reviewers)