You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/routers/common
wxiaoguang 7069369e03
Support performance trace (#32973)
1. Add a OpenTelemetry-like shim-layer to collect traces
2. Add a simple builtin trace collector and exporter, end users could
download the diagnosis report to get the traces.

This PR's design is quite lightweight, no hard-dependency, and it is
easy to improve or remove. We can try it on gitea.com first to see
whether it works well, and fine tune the details.

---------

Co-authored-by: silverwind <me@silverwind.io>
1 week ago
..
auth.go Move context from modules to services (#29440) 11 months ago
codesearch.go Fix bleve fuzziness search (#33078) 4 weeks ago
compare.go feat(api): implement branch/commit comparison API (#30349) 10 months ago
db.go Refactor the DB migration system slightly (#32344) 3 months ago
deadline.go Fix milestone deadline and date related problems (#32339) 3 months ago
errpage.go Refactor template & test related code (#32938) 1 month ago
errpage_test.go Refactor request context (#32956) 1 month ago
lfs.go Fix LFS route mock, realm, middleware names (#32488) 3 months ago
markup.go Fix markup render regression and fix some tests (#32640) 2 months ago
middleware.go Support performance trace (#32973) 1 week ago
redirect.go Refactor AppURL usage (#30885) 9 months ago
serve.go Move context from modules to services (#29440) 11 months ago