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/modules/web/routing
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>
2 weeks ago
..
context.go Support performance trace (#32973) 2 weeks ago
funcinfo.go Replace `interface{}` with `any` (#25686) 2 years ago
funcinfo_test.go Refactor older tests to use testify (#33140) 4 weeks ago
logger.go Fix incorrect router logger (#26137) 2 years ago
logger_manager.go Update tool dependencies (#26607) 1 year ago
requestrecord.go Replace `interface{}` with `any` (#25686) 2 years ago