-
Notifications
You must be signed in to change notification settings - Fork 412
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: Backend support for feature health #5023
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 3 Skipped Deployments
|
Uffizzi Ephemeral Environment
|
0a13670
to
261fd86
Compare
Docker builds report
|
- Auditable feature health events - Sample feature health event provider - Feature health event ingestion webhook with signed paths - "Unhealthy" system tag automatically added and removed based on feature health event data
261fd86
to
6a4bfab
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5023 +/- ##
==========================================
- Coverage 97.40% 97.24% -0.16%
==========================================
Files 1192 1208 +16
Lines 41654 41955 +301
==========================================
+ Hits 40571 40798 +227
- Misses 1083 1157 +74 ☔ View full report in Codecov by Sentry. |
Thanks for submitting a PR! Please check the boxes below:
docs/
if required so people know about the feature!Changes
To create a Sample feature health provider, perform the following request:
or use the admin interface.
Request the resulting webhook URL:
Observe the new system tag being added to your feature of choice.
Get a list of latest feature events per feature-provider pair:
How did you test this code?
Please describe.