Skip to content

Commit

Permalink
Add source field to debug information for better resolution informa…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
josephschorr committed Jan 6, 2025
1 parent 99a97bc commit 6df9715
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions authzed/api/v1/debug.proto
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,11 @@ message CheckDebugTrace {
// trace_id is a unique identifier for this trace. This identifier is only guanranteed
// to be unique within the same overall Check or CheckBulk operation.
string trace_id = 11;

// source holds the source of the result. It is of the form:
// `<sourcetype>:<sourceid>`, where sourcetype can be, among others:
// `spicedb`, `materialize`, etc.
string source = 12;
}

// CaveatEvalInfo holds information about a caveat expression that was evaluated.
Expand Down

0 comments on commit 6df9715

Please sign in to comment.