1
1
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-24 04:22:46 +01:00
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>
2025-01-21 18:57:07 +00:00
..
admin_test.go Improve reverse proxy documents and clarify the AppURL guessing behavior (#31003) 2024-05-19 14:56:08 +00:00
admin.go Support performance trace (#32973) 2025-01-21 18:57:07 +00:00
applications.go Refactor template & test related code (#32938) 2024-12-22 15:33:19 +00:00
auths.go Clarify path param naming (#32969) 2024-12-24 13:47:45 +00:00
config.go Refactor template & test related code (#32938) 2024-12-22 15:33:19 +00:00
diagnosis.go Support performance trace (#32973) 2025-01-21 18:57:07 +00:00
emails.go Refactor pagination (#33037) 2024-12-30 01:57:38 +00:00
hooks.go Refactor template & test related code (#32938) 2024-12-22 15:33:19 +00:00
main_test.go make writing main test easier (#27270) 2023-09-28 01:38:53 +00:00
notice.go Refactor template & test related code (#32938) 2024-12-22 15:33:19 +00:00
orgs.go Refactor template & test related code (#32938) 2024-12-22 15:33:19 +00:00
packages.go Refactor pagination (#33037) 2024-12-30 01:57:38 +00:00
perftrace.go Support performance trace (#32973) 2025-01-21 18:57:07 +00:00
queue_tester.go Improve queue and logger context (#24924) 2023-05-26 07:31:55 +00:00
queue.go Move admin routers from /admin to /-/admin (#32189) 2024-10-10 04:56:49 +00:00
repos.go Refactor pagination (#33037) 2024-12-30 01:57:38 +00:00
runners.go Move admin routers from /admin to /-/admin (#32189) 2024-10-10 04:56:49 +00:00
stacktrace.go Support performance trace (#32973) 2025-01-21 18:57:07 +00:00
users_test.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
users.go Remove some unnecessary template helpers (#33069) 2025-01-01 18:02:34 +08:00