Skip to content

Commit

Permalink
feat: add bulk metadata (#180)
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
  • Loading branch information
toddbaert authored Jan 27, 2025
1 parent 37baa2c commit 9ca6172
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion protobuf/flagd/evaluation/v1/evaluation.proto
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ message ResolveAllRequest {
message ResolveAllResponse {
// Object structure describing the evaluated flags for the provided context.
map<string, AnyFlag> flags = 1;

// Metadata for the bulk evaluation
google.protobuf.Struct metadata = 2;
}

// A variant type flag response.
Expand All @@ -45,7 +48,7 @@ message AnyFlag {
google.protobuf.Struct object_value = 6;
}

// Metadata about this flag, see https://openfeature.dev/specification/types/#flag-metadata
// Metadata for this evaluation
google.protobuf.Struct metadata = 7;
}

Expand Down

0 comments on commit 9ca6172

Please sign in to comment.