-
Notifications
You must be signed in to change notification settings - Fork 15
feat(ffe): remove unstable flag metadata keys #1369
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
feat(ffe): remove unstable flag metadata keys #1369
Conversation
BenchmarksComparisonBenchmark execution time: 2025-11-25 14:57:43 Comparing candidate commit a9e9724 in PR branch Found 0 performance improvements and 1 performance regressions! Performance is the same for 54 metrics, 2 unstable metrics. scenario:tags/replace_trace_tags
CandidateCandidate benchmark detailsGroup 1
Group 2
Group 3
Group 4
Group 5
Group 6
Group 7
Group 8
Group 9
Group 10
Group 11
Group 12
Group 13
Group 14
Group 15
Group 16
Group 17
BaselineOmitted due to size. |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #1369 +/- ##
==========================================
+ Coverage 71.15% 71.17% +0.01%
==========================================
Files 392 392
Lines 62765 62755 -10
==========================================
+ Hits 44662 44664 +2
+ Misses 18103 18091 -12
🚀 New features to boost your workflow:
|
Artifact Size Benchmark Reportaarch64-alpine-linux-musl
aarch64-apple-darwin
aarch64-unknown-linux-gnu
libdatadog-x64-windows
libdatadog-x86-windows
x86_64-alpine-linux-musl
x86_64-apple-darwin
x86_64-unknown-linux-gnu
|
We have decided to not expose any flag metadata keys until we standardize what metadata we actually want to expose and commit to.
072d911 to
a9e9724
Compare
|
/merge |
|
View all feedbacks in Devflow UI.
This pull request is not mergeable according to GitHub. Common reasons include pending required checks, missing approvals, or merge conflicts — but it could also be blocked by other repository rules or settings.
The expected merge time in
|
What does this PR do?
Remove flag metadata keys that we didn't intend to make public.
Motivation
We have decided to not expose any flag metadata keys until we standardize what metadata we actually want to expose and commit to.
Additional Notes
Stacked on top #1368 to avoid conflicts.