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: Tracking exporter #3176

Draft
wants to merge 23 commits into
base: main
Choose a base branch
from
Draft

feat: Tracking exporter #3176

wants to merge 23 commits into from

Conversation

thomaspoignant
Copy link
Owner

@thomaspoignant thomaspoignant commented Mar 9, 2025

Description

In this PR we introduce a new type of exporter that stored what we called trackingEvents.
Those events are here to be able to collect data about the behavior of your application linked to a feature flag.
You can read the OpenFeature Spec about this concept: https://openfeature.dev/docs/reference/concepts/tracking/.

As a follow-up of this, we will start implementing feature events in the different OpenFeature providers for GO Feature Flag.

Checklist

  • I have tested this code
  • I have added unit test to cover this code
  • I have updated the documentation (README.md and /website/docs)
  • I have followed the contributing guide

Use generics to be able to support FeatureEvents and TrackingEvents with the exporters.

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

netlify bot commented Mar 9, 2025

Deploy Preview for go-feature-flag-doc-preview ready!

Name Link
🔨 Latest commit fc79fe5
🔍 Latest deploy log https://app.netlify.com/sites/go-feature-flag-doc-preview/deploys/67ee9b572d91200008f93ad9
😎 Deploy Preview https://deploy-preview-3176--go-feature-flag-doc-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

codecov bot commented Mar 9, 2025

Codecov Report

Attention: Patch coverage is 81.22744% with 52 lines in your changes missing coverage. Please review.

Project coverage is 84.25%. Comparing base (cfa26b0) to head (a0f5a13).

Files with missing lines Patch % Lines
exporter/fileexporter/exporter.go 44.89% 24 Missing and 3 partials ⚠️
ffcontext/context.go 46.66% 8 Missing ⚠️
feature_flag.go 93.81% 4 Missing and 2 partials ⚠️
tracking.go 72.22% 4 Missing and 1 partial ⚠️
exporter/feature_event.go 89.28% 2 Missing and 1 partial ⚠️
exporter/tracking_event.go 86.95% 2 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3176      +/-   ##
==========================================
- Coverage   84.78%   84.25%   -0.53%     
==========================================
  Files         122      124       +2     
  Lines        5706     5851     +145     
==========================================
+ Hits         4838     4930      +92     
- Misses        689      737      +48     
- Partials      179      184       +5     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@thomaspoignant thomaspoignant changed the title Tracking exporter feat: Tracking exporter Mar 13, 2025
Signed-off-by: Thomas Poignant <[email protected]>
Signed-off-by: Thomas Poignant <[email protected]>
Signed-off-by: Thomas Poignant <[email protected]>
Signed-off-by: Thomas Poignant <[email protected]>
Signed-off-by: Thomas Poignant <[email protected]>
Signed-off-by: Thomas Poignant <[email protected]>
Signed-off-by: Thomas Poignant <[email protected]>
Signed-off-by: Thomas Poignant <[email protected]>
Signed-off-by: Thomas Poignant <[email protected]>
Signed-off-by: Thomas Poignant <[email protected]>
Signed-off-by: Thomas Poignant <[email protected]>
Copy link

sonarqubecloud bot commented Apr 3, 2025

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.

1 participant