[flags] FFL-1237: Add telemetry for critical paths#2952
Merged
jonathanmos merged 1 commit intoOct 21, 2025
Conversation
jonathanmos
force-pushed
the
jmoskovich/ffl-1237/critical-telemetry
branch
from
October 20, 2025 11:08
a05e997 to
0e3f673
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## feature/feature-flagging #2952 +/- ##
============================================================
+ Coverage 70.76% 70.86% +0.10%
============================================================
Files 835 837 +2
Lines 30388 30434 +46
Branches 5132 5136 +4
============================================================
+ Hits 21504 21566 +62
+ Misses 7431 7425 -6
+ Partials 1453 1443 -10
🚀 New features to boost your workflow:
|
jonathanmos
marked this pull request as ready for review
October 20, 2025 12:56
0xnm
approved these changes
Oct 20, 2025
typotter
approved these changes
Oct 20, 2025
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?
Add telemetry for errors when downloading precomputed flags and parsing them, and for errors reading precomputed flag data from the datastore.
Motivation
Cover critical paths with telemetry.
Additional Notes
Anything else we should know when reviewing?
Review checklist (to be filled by reviewers)