-
Notifications
You must be signed in to change notification settings - Fork 25
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
[flagd] Update in-process resolver to support flag metadata #305
Labels
good first issue
Good for newcomers
Comments
toddbaert
changed the title
a
[flagd] Update in-process resolver to support flag metadata
Dec 11, 2024
toddbaert
added
good first issue
Good for newcomers
help wanted
Extra attention is needed
labels
Dec 11, 2024
chrfwow
added a commit
to chrfwow/dotnet-sdk-contrib
that referenced
this issue
Jan 15, 2025
Signed-off-by: christian.lutnik <christian.lutnik@dynatrace.com>
chrfwow
added a commit
to chrfwow/dotnet-sdk-contrib
that referenced
this issue
Jan 15, 2025
…re#305 Signed-off-by: christian.lutnik <christian.lutnik@dynatrace.com>
chrfwow
added a commit
to chrfwow/dotnet-sdk-contrib
that referenced
this issue
Jan 15, 2025
…re#305 Signed-off-by: christian.lutnik <christian.lutnik@dynatrace.com>
chrfwow
added a commit
to chrfwow/dotnet-sdk-contrib
that referenced
this issue
Jan 16, 2025
…re#305 Signed-off-by: christian.lutnik <christian.lutnik@dynatrace.com>
chrfwow
added a commit
to chrfwow/dotnet-sdk-contrib
that referenced
this issue
Jan 16, 2025
…re#305 Signed-off-by: christian.lutnik <christian.lutnik@dynatrace.com>
chrfwow
added a commit
to chrfwow/dotnet-sdk-contrib
that referenced
this issue
Jan 17, 2025
…re#305 Signed-off-by: christian.lutnik <christian.lutnik@dynatrace.com>
chrfwow
added a commit
to chrfwow/dotnet-sdk-contrib
that referenced
this issue
Jan 20, 2025
…re#305 Signed-off-by: christian.lutnik <christian.lutnik@dynatrace.com>
chrfwow
added a commit
to chrfwow/dotnet-sdk-contrib
that referenced
this issue
Jan 20, 2025
…re#305 Signed-off-by: christian.lutnik <christian.lutnik@dynatrace.com>
chrfwow
added a commit
to chrfwow/dotnet-sdk-contrib
that referenced
this issue
Jan 20, 2025
…re#305 Signed-off-by: christian.lutnik <christian.lutnik@dynatrace.com>
chrfwow
added a commit
to chrfwow/dotnet-sdk-contrib
that referenced
this issue
Jan 20, 2025
…re#305 Signed-off-by: christian.lutnik <christian.lutnik@dynatrace.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With this schema change, flag metadata can now be stored in flag configuration files. Specifically, these can contain things like
version
and flag setid
information so that consumers can use this data in flag evaluations, caching, telemetry etc.We need to add this metadata into flags which are evaluated by in-process resolvers. Essentially, we need to take the new properties from the flag definition and include them in metadata returned in the flag resolution.
Acceptance criteria:
id
andversion
) are returned from any flag resolved from this setThe text was updated successfully, but these errors were encountered: