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/web/admin
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
..
admin.go Support performance trace (#32973) 1 week ago
admin_test.go Improve reverse proxy documents and clarify the AppURL guessing behavior (#31003) 9 months ago
applications.go Refactor template & test related code (#32938) 1 month ago
auths.go Clarify path param naming (#32969) 1 month ago
config.go Refactor template & test related code (#32938) 1 month ago
diagnosis.go Support performance trace (#32973) 1 week ago
emails.go Refactor pagination (#33037) 1 month ago
hooks.go Refactor template & test related code (#32938) 1 month ago
main_test.go make writing main test easier (#27270) 1 year ago
notice.go Refactor template & test related code (#32938) 1 month ago
orgs.go Refactor template & test related code (#32938) 1 month ago
packages.go Refactor pagination (#33037) 1 month ago
perftrace.go Support performance trace (#32973) 1 week ago
queue.go Move admin routers from /admin to /-/admin (#32189) 4 months ago
queue_tester.go Improve queue and logger context (#24924) 2 years ago
repos.go Refactor pagination (#33037) 1 month ago
runners.go Move admin routers from /admin to /-/admin (#32189) 4 months ago
stacktrace.go Support performance trace (#32973) 1 week ago
users.go Remove some unnecessary template helpers (#33069) 1 month ago
users_test.go Move context from modules to services (#29440) 11 months ago