diff --git a/condition/types.go b/condition/types.go index 68e6cca..b3ffaf6 100644 --- a/condition/types.go +++ b/condition/types.go @@ -107,6 +107,12 @@ type Condition struct { // Client is the user/jwt user that requested the condition. Client string `json:"client"` + // TraceID enables tracking a Condition and any associated Conditions + TraceID string `json:"traceID"` + + // SpanID enables tracking a Condition and any associated Conditions + SpanID string `json:"spanID"` + // ID is the identifier for this condition. ID uuid.UUID `json:"id"`