We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
source
1 parent 70e63e3 commit 54441d0Copy full SHA for 54441d0
1 file changed
authzed/api/v1/debug.proto
@@ -85,9 +85,14 @@ message CheckDebugTrace {
85
// compute this result, expires (if any). This is *not* related to the caching window.
86
google.protobuf.Timestamp optional_expires_at = 10;
87
88
- // trace_id is a unique identifier for this trace. This identifier is only guanranteed
+ // trace_id is a unique identifier for this trace. This identifier is only guaranteed
89
// to be unique within the same overall Check or CheckBulk operation.
90
string trace_id = 11;
91
+
92
+ // source holds the source of the result. It is of the form:
93
+ // `<sourcetype>:<sourceid>`, where sourcetype can be, among others:
94
+ // `spicedb`, `materialize`, etc.
95
+ string source = 12;
96
}
97
98
// CaveatEvalInfo holds information about a caveat expression that was evaluated.
0 commit comments