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

SDK: Track all feature flag calls #2255

Open
JonasAlfredsson opened this issue May 30, 2023 · 1 comment
Open

SDK: Track all feature flag calls #2255

JonasAlfredsson opened this issue May 30, 2023 · 1 comment
Assignees
Labels
api Issue related to the REST API improvement Improvement to the existing platform sdk Issues related to the SDKs

Comments

@JonasAlfredsson
Copy link

Is your feature request related to a problem? Please describe.

I have been doing some work on the Go SDK and found it weird that the analytics processor only tracked (successful) requests to feature names that are present in the Environment/API. I think it would be interesting to also track requests that are handled by the default flag handler, and those that fail/don't exist.

Describe the solution you'd like

Be able to see statistics for all feature flag requests.

Describe alternatives you've considered

I might perhaps be uninteresting to track failed requests, but then I do believe it would be of value to track requests that go to the default handler at least.

@dabeeeenster dabeeeenster added improvement Improvement to the existing platform api Issue related to the REST API sdk Issues related to the SDKs labels Jun 5, 2023
@dabeeeenster
Copy link
Contributor

It would be useful to add meta data to our analytics events to define:

  • Handled by an evaluation
  • Handled by a default
  • Missing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Issue related to the REST API improvement Improvement to the existing platform sdk Issues related to the SDKs
Projects
None yet
Development

No branches or pull requests

2 participants