summaryrefslogtreecommitdiffhomepage
path: root/tsweb/request_id.go
AgeCommit message (Expand)AuthorFilesLines
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2024-11-20tsweb: change RequestID format to have a date in itBrad Fitzpatrick1-5/+8
2024-04-09tsweb: switch to fastuuid for request ID generationJames Tucker1-2/+2
2024-03-06tsweb: add String method to tsweb.RequestIDAndrew Dunham1-0/+6
2024-02-27tsweb: expose function to generate request IDsAndrew Dunham1-7/+14
2024-01-16all: make use of ctxkey everywhere (#10846)Joe Tsai1-10/+8
2023-11-30tsweb: propagate RequestID via context and entire requestMarwan Sulaiman1-0/+63