-
Notifications
You must be signed in to change notification settings - Fork 398
[FFL-1318] Add OpenFeature component #4998
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
Conversation
Typing analysisNote: Ignored files are excluded from the next sections. Untyped methodsThis PR introduces 1 untyped method and 2 partially typed methods. It increases the percentage of typed methods from 51.66% to 52.43% (+0.77%). Untyped methods (+1-0)❌ Introduced:Partially typed methods (+2-0)❌ Introduced:Untyped other declarationsThis PR introduces 3 untyped other declarations. It increases the percentage of typed other declarations from 65.76% to 66.3% (+0.54%). Untyped other declarations (+3-0)❌ Introduced:If you believe a method or an attribute is rightfully untyped or partially typed, you can add |
BenchmarksBenchmark execution time: 2025-11-07 14:47:52 Comparing candidate commit 9cd236e in PR branch Found 0 performance improvements and 1 performance regressions! Performance is the same for 43 metrics, 2 unstable metrics. scenario:profiling - sample timeline=false
|
This comment has been minimized.
This comment has been minimized.
* Correct specs * Rename existing binding stab * Add tests for Evaluator
* Fix Binding to be a module instead of a class
628685b to
3339108
Compare
What does this PR do?
Adds a new component
Datadog::OpenFeaturethat will give customers an opportunity to useDatadog::OpenFeature::Providerin their open feature SDK.Motivation:
A Feature Flag Evaluation product we want to pilot.
Change log entry
Yes. TBD
Additional Notes:
This is a draft to work on, don't merge now.
How to test the change?
There will be unit tests added and also new system tests