summaryrefslogtreecommitdiffhomepage
path: root/tsweb/debug.go
AgeCommit message (Expand)AuthorFilesLines
2023-08-23tsweb: clean up pprof handler registration, document why it's thereDavid Anderson1-8/+24
2023-07-19tsweb: relax CSP for debug handlers (#8649)Andrew Lytvynov1-1/+15
2023-07-11cmd/derper,tsweb: consistently add HTTP security headers (#8579)Andrew Lytvynov1-2/+3
2023-04-11tsweb: move varz handler(s) into separate modulesAnton Tolchanov1-2/+4
2023-04-11tsweb: expose native Prometheus metrics in /debug/varzAnton Tolchanov1-1/+1
2023-02-11version: unexport all vars, turn Short/Long into funcsDavid Anderson1-1/+1
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2022-03-17all: use any instead of interface{}Josh Bleecher Snyder1-4/+4
2021-09-02tsweb: restore CPU profiling handlerBrad Fitzpatrick1-0/+5
2021-06-16tsweb: replace NewMux with a more flexible DebugHandler.David Anderson1-0/+136