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: Support Exporter Metadata #16

Merged
merged 4 commits into from
Jan 21, 2025
Merged

Conversation

thomaspoignant
Copy link
Contributor

This PR

GO Feature Flag exporter is now supporting adding extra parameters as metadata.
Those parameters are static informations provided during the initialisation to be added in the meta field when calling the exporter.

In the GO Feature Flag we will have those information available in the exporter.

See thomaspoignant/go-feature-flag#2936 for more information.

Related Issues

Fixes thomaspoignant/go-feature-flag#2942

Signed-off-by: Thomas Poignant <[email protected]>
Signed-off-by: Thomas Poignant <[email protected]>
Copy link

codecov bot commented Jan 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.36%. Comparing base (9f9b8cc) to head (cdfcff6).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #16      +/-   ##
==========================================
+ Coverage   85.90%   86.36%   +0.45%     
==========================================
  Files          22       23       +1     
  Lines        1107     1144      +37     
==========================================
+ Hits          951      988      +37     
  Misses        156      156              

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

Signed-off-by: Thomas Poignant <[email protected]>
@thomaspoignant thomaspoignant merged commit 8bf31e2 into main Jan 21, 2025
5 checks passed
@thomaspoignant thomaspoignant deleted the feat-exporter-metadata branch January 21, 2025 13:30
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.

[feat] Support exporter metadata iOS
1 participant