-
Notifications
You must be signed in to change notification settings - Fork 56
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
Add Type to api.Feature #162
Labels
Comments
@FredrikOseberg this one was simple enough that I just opened a PR. There's a bigger discussion around ease of getting to the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the feature request
The API returns the
type
of the feature. It should be added as a struct field onapi.Feature
.Background
We will have some special metrics around
kill-switch
type features to specifically track when those are being enabled to kill features.Solution suggestions
Add
Type string
field toapi.Feature
.The text was updated successfully, but these errors were encountered: