Skip to content

Commit 9ca6172

Browse files
authored
feat: add bulk metadata (#180)
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
1 parent 37baa2c commit 9ca6172

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

protobuf/flagd/evaluation/v1/evaluation.proto

Lines changed: 4 additions & 1 deletion
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)