mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
feat: unified tracing between coderd<->provisionerd (#7370)
This commit is contained in:
@ -1380,6 +1380,7 @@ type ProvisionerJob struct {
|
||||
FileID uuid.UUID `db:"file_id" json:"file_id"`
|
||||
Tags dbtype.StringMap `db:"tags" json:"tags"`
|
||||
ErrorCode sql.NullString `db:"error_code" json:"error_code"`
|
||||
TraceMetadata pqtype.NullRawMessage `db:"trace_metadata" json:"trace_metadata"`
|
||||
}
|
||||
|
||||
type ProvisionerJobLog struct {
|
||||
|
Reference in New Issue
Block a user