Skip to content
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(go-feature-flag): Support exporter metadata #120

Merged
merged 10 commits into from
Jan 29, 2025

Conversation

thomaspoignant
Copy link
Member

This PR

In this PR we support exporterMetadata that will allow to add static information that will be added to your feature event sent to the GO Feature Flag exporter.

In this PR we add those exporter metadata to the evaluation context in order to pass them to GO Feature Flag relay-proxy.

Related Issues

thomaspoignant/go-feature-flag#2983

renovate bot and others added 5 commits January 24, 2025 19:03
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
Signed-off-by: CristianCurteanu <c_ccurteanu@cloudbees.com>
Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
thomaspoignant and others added 4 commits January 24, 2025 19:04
Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
Copy link

codecov bot commented Jan 27, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69.91%. Comparing base (0fe5173) to head (55a9edf).
Report is 21 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##             main     #120       +/-   ##
===========================================
+ Coverage   57.58%   69.91%   +12.33%     
===========================================
  Files          28       44       +16     
  Lines         422      708      +286     
===========================================
+ Hits          243      495      +252     
- Misses        179      213       +34     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@thomaspoignant thomaspoignant merged commit 5dfcfbb into main Jan 29, 2025
22 checks passed
@thomaspoignant thomaspoignant deleted the goff-exporter-metadata branch January 29, 2025 09:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants