Skip to content

Commit a6615a5

Browse files
committed
feat: add bulk metadata
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
1 parent 37baa2c commit a6615a5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

protobuf/flagd/evaluation/v1/evaluation.proto

+4-1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ message ResolveAllRequest {
2727
message ResolveAllResponse {
2828
// Object structure describing the evaluated flags for the provided context.
2929
map<string, AnyFlag> flags = 1;
30+
31+
// Metadata for the bulk evaluation
32+
google.protobuf.Struct metadata = 2;
3033
}
3134

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

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

0 commit comments

Comments
 (0)